1
0
mirror of synced 2024-11-25 06:46:02 +03:00

Chore: removes .vscode preferences

This commit is contained in:
Justin Schroeder 2020-02-27 23:48:37 -05:00
parent 95e0e1b2f5
commit 98d0ad2cd8
2 changed files with 0 additions and 27 deletions

21
.vscode/launch.json vendored
View File

@ -1,21 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"name": "vscode-jest-tests",
"request": "launch",
"args": [
"--runInBand"
],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
}
]
}

View File

@ -1,6 +0,0 @@
{
"jest.showCoverageOnLoad": true,
"cSpell.words": [
"arrayify"
]
}