removed .vscode

This commit is contained in:
Guilleag01
2023-08-06 17:43:50 +02:00
parent 78c9a8f29a
commit 7989cc20c6
3 changed files with 0 additions and 25 deletions

View File

@@ -1,3 +0,0 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
}

View File

@@ -1,5 +0,0 @@
{
"emmet.includeLanguages": {
"rust": "html"
}
}

17
.vscode/tasks.json vendored
View File

@@ -1,17 +0,0 @@
{
"tasks": [
{
"label": "cargo tauri dev",
"type": "shell",
"command": "cargo", // note: full path to the cargo
"args": [
"tauri",
"dev"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}