vscode config changes
This commit is contained in:
parent
1394cd7204
commit
c73d463036
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
@ -3,9 +3,10 @@
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/src/intf/**"
|
||||
"${workspaceFolder}/src/intf/**",
|
||||
"/usr/include/pango-1.0"
|
||||
],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"compilerPath": "/usr/bin/gcc"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.py": "python",
|
||||
"pango-font.h": "c"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user