We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec44c3 commit 6da6891Copy full SHA for 6da6891
.vscode/launch.json
@@ -24,7 +24,7 @@
24
],
25
"stopOnEntry": false,
26
"sourceMaps": true,
27
- "outDir": "out"
+ "outDir": "${workspaceRoot}/out"
28
}
29
]
30
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"nativescript-cli-version": "1.6",
5
"icon": "images/icon.png",
6
"displayName": "NativeScript",
@@ -16,7 +16,7 @@
16
"publisher": "Telerik",
17
"bugs": "https://github.com/NativeScript/nativescript-vscode-extension/issues",
18
"engines": {
19
- "vscode": "0.10.9"
+ "vscode": "^0.10.10"
20
},
21
"homepage": "https://www.nativescript.org/",
22
"categories": ["Debuggers", "Other"],
0 commit comments