FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode/extensions/python/package.json at master · unbug/vscode · GitHub
unbug
/
vscode
Public
forked from
microsoft/vscode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode
/
extensions
/
python
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 593 Bytes
Breadcrumbs
vscode
/
extensions
/
python
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 593 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name"
:
"
python
"
,
"version"
:
"
0.1.0
"
,
"publisher"
:
"
vscode
"
,
"engines"
: {
"vscode"
:
"
*
"
},
"contributes"
: {
"languages"
: [{
"id"
:
"
python
"
,
"extensions"
: [
"
.py
"
,
"
.rpy
"
,
"
.pyw
"
,
"
.cpy
"
,
"
.gyp
"
,
"
.gypi
"
],
"aliases"
: [
"
Python
"
,
"
py
"
],
"firstLine"
:
"
^#!/.*
\\
bpython[0-9.-]*
\\
b
"
,
"configuration"
:
"
./python.configuration.json
"
}],
"grammars"
: [{
"language"
:
"
python
"
,
"scopeName"
:
"
source.python
"
,
"path"
:
"
./syntaxes/Python.tmLanguage
"
},{
"scopeName"
:
"
source.regexp.python
"
,
"path"
:
"
./syntaxes/Regular Expressions (Python).tmLanguage
"
}]
}
}
Back
|
FazBrowse Home
|
New Git URL