FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-pull-request-github/package.nls.json at f/qv-create-pr · SingletonJava/vscode-pull-request-github · GitHub
SingletonJava
/
vscode-pull-request-github
Public
forked from
microsoft/vscode-pull-request-github
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-pull-request-github
/
package.nls.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 715 Bytes
Breadcrumbs
vscode-pull-request-github
/
package.nls.json
Copy path
File metadata and controls
11 lines (11 loc) · 715 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
{
"description"
:
"
Extension to add task support for npm scripts.
"
,
"displayName"
:
"
Npm support for VSCode
"
,
"config.npm.autoDetect"
:
"
Controls whether auto detection of npm scripts is on or off. Default is on.
"
,
"config.npm.runSilent"
:
"
Run npm commands with the `--silent` option.
"
,
"config.npm.packageManager"
:
"
The package manager used to run scripts.
"
,
"config.npm.exclude"
:
"
Configure glob patterns for folders that should be excluded from automatic script detection.
"
,
"npm.parseError"
:
"
Npm task detection: failed to parse the file {0}
"
,
"taskdef.script"
:
"
The npm script to customize.
"
,
"taskdef.path"
:
"
The path to the folder of the package.json file that provides the script. Can be ommitted.
"
}
Back
|
FazBrowse Home
|
New Git URL