mirror of
https://github.com/sebastiandine/Card-Collection-Manager-2.git
synced 2026-08-29 01:08:49 +00:00
initial commit
This commit is contained in:
Executable
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Tauri Dev Environment",
|
||||
"dockerFile": "Dockerfile",
|
||||
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash",
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"card-collection-manager-2/src-tauri/Cargo.toml"
|
||||
]
|
||||
},
|
||||
|
||||
"extensions": [
|
||||
"esbenp.prettier-vscode",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"rust-lang.rust-analyzer",
|
||||
"be5invis.toml"
|
||||
],
|
||||
|
||||
"remoteEnv": {
|
||||
"DISPLAY": "host.docker.internal:0"
|
||||
},
|
||||
|
||||
"remoteUser": "dev",
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/home/dev/workspace/${localWorkspaceFolderBasename},type=bind",
|
||||
"workspaceFolder": "/home/dev/workspace/${localWorkspaceFolderBasename}"
|
||||
}
|
||||
Reference in New Issue
Block a user