-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.code-workspace
More file actions
33 lines (32 loc) · 923 Bytes
/
project.code-workspace
File metadata and controls
33 lines (32 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"folders": [
{
"path": "."
}
],
"settings": {
"window.title":"SLEC",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/Export": true,
"**/*.c": true,
"**/*.h": true,
"**/*.hh": true,
"**/*.cpp": true,
"**/*.code-search": true
},
// "haxe.diagnosticsPathFilter": "${workspaceRoot}/src",
"git.detectSubmodules": false,
"git.autoRepositoryDetection": "openEditors",
"json.schemas": [
{
"fileMatch": ["*/dialogs/*"],
"url": "./talk.schema.json"
}
],
"haxe.configurations": [
{"label": "test HashLink/JIT", "args": ["test-common.hxml", "-hl", "export/run.hl", "-cmd", "hl export/run.hl" ]},
],
}
}