There was an error while loading. Please reload this page.
1 parent cdfedbf commit fb6fb13Copy full SHA for fb6fb13
1 file changed
vscode-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "noshift-vscode",
3
"displayName": "NoShift.js",
4
"description": "Syntax highlighting + auto-complete for NoShift.js (.nsjs) files",
5
- "version": "0.2.1",
+ "version": "0.3.0",
6
"publisher": "otoneko1102",
7
"engines": {
8
"vscode": "^1.70.0"
@@ -22,6 +22,7 @@
22
"id": "noshift",
23
"aliases": ["NoShift.js", "noshift"],
24
"extensions": [".nsjs"],
25
+ "filenames": ["nsjsconfig.json"],
26
"configuration": "./language-configuration.json",
27
"icon": {
28
"light": "./icons/noshift-file-icon.svg",
0 commit comments