Skip to content

Commit 0191a3d

Browse files
committed
Remove
1 parent b620f2a commit 0191a3d

File tree

936 files changed

+436
-104471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

936 files changed

+436
-104471
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.18.2
1+
v16.13.0

.vscode/launch.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
"smartStep": true,
1313
"sourceMaps": true,
1414
"outFiles": ["${workspaceFolder}/out/**/*", "!${workspaceFolder}/**/node_modules**/*"],
15-
"preLaunchTask": "Compile",
1615
"skipFiles": ["<node_internals>/**"],
1716
"env": {
18-
// Enable this to turn on redux logging during debugging
19-
"XVSC_PYTHON_FORCE_LOGGING": "1",
17+
"VSC_PYTHON_FORCE_LOGGING": "1",
2018
// Enable this to try out new experiments locally
2119
"VSC_PYTHON_LOAD_EXPERIMENTS_FROM_FILE": "1",
2220
// Enable this to log telemetry to the output during debugging
@@ -235,9 +233,7 @@
235233
"name": "Node: Current File",
236234
"program": "${file}",
237235
"request": "launch",
238-
"skipFiles": [
239-
"<node_internals>/**"
240-
],
236+
"skipFiles": ["<node_internals>/**"],
241237
"type": "pwa-node"
242238
},
243239
{

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"editor.formatOnSave": true
2727
},
2828
"[typescript]": {
29-
"editor.defaultFormatter": "esbenp.prettier-vscode",
29+
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
3030
"editor.formatOnSave": true
3131
},
3232
"[javascript]": {

package-lock.json

Lines changed: 95 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)