mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Due to recent attacks on the JavaScript ecosystem I decided to add `ignore-scripts=true` to `~/.npmrc`. However, the VSCode repository depends on npm scripts for local development. To support this situation, I added `ignore-scripts=false` to `.npmrc` in the repo.
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
disturl="https://electronjs.org/headers"
|
|
target="39.3.0"
|
|
ms_build_id="13168319"
|
|
runtime="electron"
|
|
ignore-scripts=false
|
|
build_from_source="true"
|
|
legacy-peer-deps="true"
|
|
timeout=180000
|