You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For path completion in TS and JS, we would like to be able to distinguish between completions for files and directories. Currently only CompletionItemKind.File exists, and none of the other CompletionItemKinds seem appropriate for directories.
The text was updated successfully, but these errors were encountered:
Fixesmicrosoft#17435
Adds a new completion item kind for folder/directories. This is useful for path intellisense
For the icons, I copied the icons for folders into the suggestion icon set. Let me know if new ones are needed instead.
* Add CompletionItemKind.Folder
Fixes#17435
Adds a new completion item kind for folder/directories. This is useful for path intellisense
For the icons, I copied the icons for folders into the suggestion icon set. Let me know if new ones are needed instead.
* Fix monaco.d.ts
For PR #17434
For path completion in TS and JS, we would like to be able to distinguish between completions for files and directories. Currently only
CompletionItemKind.File
exists, and none of the other CompletionItemKinds seem appropriate for directories.The text was updated successfully, but these errors were encountered: