extension: migrate vscode to editors/ (#316)

This commit is contained in:
ykiko
2025-11-28 00:37:22 +08:00
committed by GitHub
parent 8aff090a08
commit caf9a172d6
22 changed files with 6348 additions and 21 deletions

46
.gitignore vendored
View File

@@ -16,10 +16,6 @@
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
@@ -31,28 +27,36 @@
*.out
*.app
# Evil things
.claude
# Fortran module files
*.mod
*.smod
# LSP & IDE
compile_commands.json
.vscode/
.vs/
.idea/
temp/
# Build & Toolchain
*build*/
temp/
.cache/
.clice/
.llvm*/
.xmake/
__pycache__/
.pytest_cache/
tests/unit/Local/
.llvm*/
.clice/
compile_commands.json
perf.data
flamegraph.svg
# Nodejs & Web
*.vsix
dist/
out/
cache/
node_modules/
.vscode-test/
**/node_modules
docs/.vitepress/dist
docs/.vitepress/cache
# Python & Testing
__pycache__/
.pytest_cache/
tests/unit/Local/
# IDEs & Editors
/.vscode/
.vs/
.idea/
.claude