forked from Sara.Sync/godot-cpp-template
Merge pull request #4 from adamscott/vscode-settings
Add VSCode extension suggestions and update .gitignore for the rest of the VSCode filesmain
commit
8fc98af6dd
|
@ -26,3 +26,7 @@ demo/bin/*
|
||||||
|
|
||||||
# Other stuff
|
# Other stuff
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"ms-vscode.cpptools-extension-pack",
|
||||||
|
"ms-python.python"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue