We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f3dcc commit d3001c7Copy full SHA for d3001c7
package.json
@@ -5,7 +5,7 @@
5
"publisher": "ms-vscode",
6
"description": "Develop PowerShell scripts in Visual Studio Code!",
7
"engines": {
8
- "vscode": "^0.10.10"
+ "vscode": "1.x.x"
9
},
10
"license": "SEE LICENSE IN LICENSE.txt",
11
"homepage": "https://github.com/PowerShell/vscode-powershell/blob/master/README.md",
@@ -32,8 +32,8 @@
32
"vscode-languageclient": "1.3.1"
33
34
"devDependencies": {
35
- "vscode": "^0.11.x",
36
- "typescript": "1.7.3"
+ "vscode": "^0.11.12",
+ "typescript": "^1.8.0"
37
38
"extensionDependencies": [
39
"vscode.powershell"
0 commit comments