update vscode configs

This commit is contained in:
teoxoy
2024-12-08 22:37:00 +01:00
parent 6eb7907d22
commit f4d11f4647
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"sumneko.lua",
"matklad.rust-analyzer"
"rust-lang.rust-analyzer"
]
}

View File

@@ -2,7 +2,7 @@
"editor.formatOnSave": true,
"eslint.validate": ["typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"Lua.diagnostics.globals": ["data", "script", "game"],
"rust-analyzer.linkedProjects": ["./packages/exporter/Cargo.toml"]