File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# PyXT: Python eXTensions for VS Code
2
2
3
- A framework for writing Python extensions for VS Code.
4
-
5
3
## Installation and setup
6
4
7
5
See [ Packaging] ( #packaging ) below for instructions to build the .vsix file.
@@ -17,14 +15,11 @@ See [Packaging](#packaging) below for instructions to build the .vsix file.
17
15
https://github.com/millerdev/PyXT/raw/master/requirements.txt
18
16
```
19
17
- Install the extension in VS Code
20
- ``` sh
21
- code --install-extension ./pyxt-X.Y.Z.vsix
22
- ```
23
18
- Reload VS Code
24
19
- Open Settings in VS Code and search for ` pyxt.pythonPath ` . Set the value to
25
20
the path of the ` python ` executable in the virtualenv created above. Something
26
21
like ` /path/to/your/virtualenv/bin/python ` .
27
- - Reload VS Code again? (not sure if this is necessary)
22
+ - Reload VS Code
28
23
29
24
## Usage
30
25
@@ -153,3 +148,9 @@ Build .vsix package
153
148
``` sh
154
149
npm run pkg
155
150
```
151
+
152
+ Install the extension in VS Code
153
+
154
+ ``` sh
155
+ code --install-extension ./pyxt-X.Y.Z.vsix
156
+ ```
Original file line number Diff line number Diff line change 4
4
"description" : " Python eXTensions for VS Code" ,
5
5
"author" : " Daniel Miller" ,
6
6
"repository" : " https://github.com/millerdev/pyxt" ,
7
- "license" : " SEE LICENSE.txt " ,
7
+ "license" : " See LICENSE file " ,
8
8
"homepage" : " https://github.com/millerdev/pyxt" ,
9
9
"version" : " 0.1.0" ,
10
10
"publisher" : " millerdev" ,
You can’t perform that action at this time.
0 commit comments