File tree Expand file tree Collapse file tree 3 files changed +410
-268
lines changed Expand file tree Collapse file tree 3 files changed +410
-268
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ The Python language server can be developed against a local instance of Visual S
109
109
110
110
# Install the vscode-client extension
111
111
cd vscode-client
112
- npm install .
112
+ yarn install .
113
113
114
114
# Run VSCode which is configured to use pyls
115
115
# See the bottom of vscode-client/src/extension.ts for info
116
- npm run vscode -- $PWD /../
116
+ yarn run vscode -- $PWD /../
117
117
118
118
Then to debug, click View -> Output and in the dropdown will be pyls.
119
119
To refresh VSCode, press `Cmd + r `
Original file line number Diff line number Diff line change 7
7
"version" : " 0.0.1" ,
8
8
"publisher" : " sqs" ,
9
9
"engines" : {
10
- "vscode" : " ^1.8 .0"
10
+ "vscode" : " ^1.15 .0"
11
11
},
12
12
"categories" : [
13
13
" Other"
157
157
"vscode" : " npm run vscode:prepublish && VSCODE=$(which code-insiders || which code || echo echo ERROR: neither the code nor code-insiders vscode executable is installed); USER=dummy-dont-share-vscode-instance $VSCODE --user-data-dir=$PWD/.vscode-dev/user-data --extensionHomePath=$PWD/.vscode-dev/extensions --extensionDevelopmentPath=$PWD $*"
158
158
},
159
159
"devDependencies" : {
160
- "typescript" : " ^2.1.5 " ,
161
- "vscode" : " ^1.0.3 " ,
160
+ "typescript" : " ^2.3.4 " ,
161
+ "vscode" : " ^1.1.4 " ,
162
162
"mocha" : " ^2.3.3" ,
163
163
"@types/node" : " ^6.0.40" ,
164
164
"@types/mocha" : " ^2.2.32"
165
165
},
166
166
"dependencies" : {
167
- "vscode-languageclient" : " ^3.3.0 "
167
+ "vscode-languageclient" : " ^3.4.5 "
168
168
}
169
169
}
You can’t perform that action at this time.
0 commit comments