Remove .vscode

This commit is contained in:
MultiMote 2025-02-16 11:45:04 +03:00
parent d97f211ddc
commit 87ddfbcdb6
2 changed files with 3 additions and 20 deletions

3
.gitignore vendored

@ -21,3 +21,6 @@ Thumbs.db
# Vite # Vite
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
/tmp
/.vscode

20
.vscode/launch.json vendored

@ -1,20 +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-terminal",
"name": "Run Script: dev",
"request": "launch",
"command": "npm run dev",
"cwd": "${workspaceFolder}",
"env": {
"TSHARK_PATH": "C:\\Program Files\\Wireshark\\tshark.exe",
"TMP_DIR": "tmp"
}
}
]
}