mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
Meta: Add files to repository
This commit is contained in:
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"jaktLanguageServer.compiler.executablePath": "jakt",
|
||||
"git.ignoreLimitWarning": true,
|
||||
"pmd-cpd.language": [
|
||||
"cpp"
|
||||
],
|
||||
"pmd-cpd.onStartBehavior": "Show",
|
||||
"pmd-cpd.sourceDirectory": "/home/alec/repos/erythros",
|
||||
"terminal.integrated.shellIntegration.history": 0
|
||||
}
|
||||
1
.vscode/tasks.json
vendored
Normal file
1
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":"2.0.0","tasks":[{"label":"Build All","type":"shell","command":"${workspaceFolder}/scripts/build-all ${workspaceFolder}","group":{"kind":"build","isDefault":true},"problemMatcher":[]}]}
|
||||
Reference in New Issue
Block a user