-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathQuantframe.code-workspace
More file actions
23 lines (23 loc) · 1.05 KB
/
Quantframe.code-workspace
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"folders": [
{
"path": ".\\"
},
{
"path": "../../../../../AppData/Local/dev.kenya.quantframe"
}
],
"settings": {
"cssVariables.lookupFiles": ["**/*.css", "**/*.scss", "**/*.sass", "**/*.less", "node_modules/@mantine/core/styles.css"],
"liveServer.settings.multiRootWorkspaceName": "quantframe-react",
"Lua.runtime.version": "Lua 5.4",
"Lua.runtime.plugin": "c:\\Users\\Kenya\\.vscode\\extensions\\overextended.cfxlua-vscode-1.7.37\\plugin\\plugin.lua",
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/=", "<<=", ">>=", "&=", "|=", "^="],
"Lua.workspace.ignoreDir": [".vscode", ".git", ".github", "node_modules"],
"Lua.workspace.library": [
"c:\\Users\\Kenya\\.vscode\\extensions\\overextended.cfxlua-vscode-1.7.37\\plugin\\library\\runtime",
"c:\\Users\\Kenya\\.vscode\\extensions\\overextended.cfxlua-vscode-1.7.37\\plugin\\library\\natives\\CFX-NATIVE",
"c:\\Users\\Kenya\\.vscode\\extensions\\overextended.cfxlua-vscode-1.7.37\\plugin\\library\\natives\\GTAV"
]
}
}