mirror of
https://git.checksum.fail/alec/mujs.git
synced 2026-05-01 10:09:42 +03:00
Change build settings back to vscodium
This commit is contained in:
@@ -1,47 +0,0 @@
|
|||||||
[Buildset]
|
|
||||||
BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x01\x00\x00\x00\x0b\x00\x00\x00\x00\x01\x00\x00\x00\x08\x00m\x00u\x00j\x00s)
|
|
||||||
|
|
||||||
[CustomBuildSystem]
|
|
||||||
CurrentConfiguration=BuildConfig0
|
|
||||||
|
|
||||||
[CustomBuildSystem][BuildConfig0]
|
|
||||||
BuildDir=file:///home/alec/repos/mujs
|
|
||||||
Title=
|
|
||||||
|
|
||||||
[CustomBuildSystem][BuildConfig0][ToolBuild]
|
|
||||||
Arguments=/home/alec/repos/mujs
|
|
||||||
Enabled=true
|
|
||||||
Environment=
|
|
||||||
Executable=file:///home/alec/repos/mujs/scripts/build-all
|
|
||||||
Type=0
|
|
||||||
|
|
||||||
[CustomBuildSystem][BuildConfig0][ToolClean]
|
|
||||||
Arguments=
|
|
||||||
Enabled=false
|
|
||||||
Environment=
|
|
||||||
Executable=
|
|
||||||
Type=3
|
|
||||||
|
|
||||||
[CustomBuildSystem][BuildConfig0][ToolConfigure]
|
|
||||||
Arguments=
|
|
||||||
Enabled=false
|
|
||||||
Environment=
|
|
||||||
Executable=
|
|
||||||
Type=1
|
|
||||||
|
|
||||||
[CustomBuildSystem][BuildConfig0][ToolInstall]
|
|
||||||
Arguments=
|
|
||||||
Enabled=false
|
|
||||||
Environment=
|
|
||||||
Executable=
|
|
||||||
Type=2
|
|
||||||
|
|
||||||
[CustomBuildSystem][BuildConfig0][ToolPrune]
|
|
||||||
Arguments=
|
|
||||||
Enabled=false
|
|
||||||
Environment=
|
|
||||||
Executable=
|
|
||||||
Type=4
|
|
||||||
|
|
||||||
[Project]
|
|
||||||
VersionControlSupport=kdevgit
|
|
||||||
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"jaktLanguageServer.compiler.executablePath": "/home/alec/cloned/jakt/build/bin/jakt",
|
||||||
|
"git.ignoreLimitWarning": true,
|
||||||
|
"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},"runOptions":{"instanceLimit":1,"instancePolicy":"terminateOldest"},"problemMatcher":[]}]}
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
[Project]
|
|
||||||
CreatedFrom=
|
|
||||||
Manager=KDevCustomBuildSystem
|
|
||||||
Name=mujs
|
|
||||||
Reference in New Issue
Block a user