Merge pull request #323 from ttstanley/patch-2

Update experimental_apis.md to show properties and build properties.
This commit is contained in:
Maia Kelner 2024-02-20 15:44:53 -05:00 коммит произвёл GitHub
Родитель 07f0170bdd abfa60b465
Коммит 6e8650592a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -53,3 +53,4 @@ As of our 17.9 release, there are three experimental features:
| LSP | VSEXTPREVIEW_LSP | LSP support was added with our 17.9 release and we want user feedback to make sure we've got the features needed by extension authors.|
| Output Window | VSEXTPREVIEW_OUTPUTWINDOW | We're updating our output window APIs based on user feedback to provide a simplified way to write to the output window. |
| Project Query Tracking | VSEXTPREVIEW_PROJECTQUERY_TRACKING | We're continuing to update our project query API to add new features|
| Project Query Properties and Build Properties | VSEXTPREVIEW_PROJECTQUERY_PROPERTIES_BUILDPROPERTIES | We're continuing to update our project query API to address user feedback and add new features |