vscode config changes

This commit is contained in:
Melon 2021-04-29 17:29:59 +01:00
parent 1394cd7204
commit c73d463036
2 changed files with 9 additions and 2 deletions

View File

@ -3,9 +3,10 @@
{ {
"name": "Linux", "name": "Linux",
"includePath": [ "includePath": [
"${workspaceFolder}/src/intf/**" "${workspaceFolder}/src/intf/**",
"/usr/include/pango-1.0"
], ],
"compilerPath": "/usr/bin/gcc", "compilerPath": "/usr/bin/gcc"
} }
], ],
"version": 4 "version": 4

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"files.associations": {
"*.py": "python",
"pango-font.h": "c"
}
}