Commit e62eb38
committed
Add workspace and document symbol capabilities
This change adds two new fields to the ServerCapabilities class:
WorkspaceSymbolProvider and DocumentSymbolProvider. Setting these to true
causes the VS Code extension to send requests for workspace and document
symbols when the user triggers the corresponding actions.1 parent 1506c9a commit e62eb38
File tree
2 files changed
+6
-0
lines changed- src
- PowerShellEditorServices.Host
- PowerShellEditorServices.Protocol/LanguageServer
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments