Skip to content

Commit

Permalink
On branch dependencyUpdates
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   monkeytype.code-workspace
  • Loading branch information
HangryPanda committed Jan 18, 2025
1 parent 5ce574d commit 1e4ac8d
Showing 1 changed file with 6 additions and 69 deletions.
75 changes: 6 additions & 69 deletions monkeytype.code-workspace
Original file line number Diff line number Diff line change
@@ -1,70 +1,7 @@
{
"folders": [
{
"name": "backend",
"path": "backend"
},
{
"name": "frontend",
"path": "frontend"
},
{
"name": "packages",
"path": "packages"
},
{
"name": "root",
"path": "./"
}
],
"settings": {
"files.exclude": {
"frontend": true,
"backend": true,
"packages": true
},
"search.exclude": {
//defaults
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
//exclude generated directories
"**/build/**": true,
"**/dist/**": true,
"**/public/**": true,
"**/coverage/**": true,
"**/logs/**": true,
"**/.firebase/**": true,
"**/.turbo/**": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSaveMode": "file",
"editor.formatOnSave": true,
"testing.openTesting": "neverOpen",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},

"launch": {
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Debug attach backend",
"port": 9229,
"skipFiles": ["<node_internals>/**"]
},
{
"name": "Vite Debugger",
"type": "chrome",
"request": "launch",
"port": 9222,
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/frontend/src"
}
],
"compounds": []
}
}
"folders": [
{
"path": "."
}
]
}

0 comments on commit 1e4ac8d

Please sign in to comment.