We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636aaa0 commit 3f1cb1cCopy full SHA for 3f1cb1c
src/session.ts
@@ -549,6 +549,9 @@ export class SessionManager implements Middleware {
549
connectFunc,
550
clientOptions);
551
552
+ // This enables handling Semantic Highlighting messages in PowerShell Editor Services
553
+ this.languageServerClient.registerProposedFeatures();
554
+
555
this.languageServerClient.onReady().then(
556
() => {
557
this.languageServerClient
themes/theme-psise/theme.json
@@ -1,5 +1,6 @@
1
{
2
"name": "PowerShell ISE",
3
+ "semanticHighlighting": true,
4
"tokenColors": [
5
6
"settings": {
0 commit comments