git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implement shift+<key> support, and ...
[lunaix-os.git]
/
lunaix-os
/
.vscode
/
c_cpp_properties.json
1
{
2
"configurations": [
3
{
4
"name": "OS-DEV",
5
"includePath": [
6
"${workspaceFolder}/includes/**"
7
],
8
"compilerArgs": [
9
"-ffreestanding",
10
"-D__ARCH_IA32",
11
"-D__LUNAIXOS_DEBUG__"
12
],
13
"defines": [],
14
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
15
"cStandard": "gnu99",
16
"intelliSenseMode": "gcc-x86",
17
"configurationProvider": "ms-vscode.makefile-tools"
18
}
19
],
20
"version": 4
21
}