Skip to content

Commit 376e222

Browse files
committed
Bump version, npm fix & update README
1 parent 08ce03e commit 376e222

File tree

3 files changed

+63
-74
lines changed

3 files changed

+63
-74
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently, it support some features and languages:
1111

1212
- Syntax Highlighting: Provide improved syntax highlighting for code.
1313
- Diagnostic: Provide errors & warning as user type code.
14-
- Symbol provider: provide goto, completion, hover & signature.
14+
- Symbol provider: provide goto, completion, hover, signature...
1515
- Local symbols: Provide all user created symbols (function, constant, types...).
1616
- Intrinsics symbols: Provide all languages provided intrinsics symbols.
1717
- Regions: Detect inactive regions in code due to preprocessor and grey them out.
@@ -70,6 +70,10 @@ Grey out inactive regions depending on currently declared preprocessor.
7070

7171
![diagnostic](res/doc/inactive-regions.png)
7272

73+
### And much more
74+
75+
This extension also support some features such as document symbols, workspace symbols...
76+
7377
## Extension Settings
7478

7579
This extension contributes the following settings:

package-lock.json

Lines changed: 55 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"color": "#9ad0ff",
88
"theme": "light"
99
},
10-
"version": "0.5.0-pre1",
11-
"server_version": "0.5.0-pre1",
10+
"version": "0.5.0",
11+
"server_version": "0.5.0",
1212
"publisher": "antaalt",
1313
"repository": {
1414
"type": "git",
@@ -150,7 +150,7 @@
150150
}
151151
},
152152
"shader-validator.regions": {
153-
"description": "Grey out inactive regions (BETA, expect some issues).",
153+
"description": "Grey out inactive regions.",
154154
"type": "boolean",
155155
"default": false
156156
}

0 commit comments

Comments
 (0)