Basic VSCode configuration for building and debugging (#2483)
* Basic VSCode configuration for building and debugging * Fix building and debugging in Windows * Move to contrib folder and add instructions
This commit is contained in:
parent
8c3a2e817b
commit
4c2b1be3a4
6 changed files with 105 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -10,6 +10,9 @@ _test
|
|||
# IntelliJ
|
||||
.idea
|
||||
|
||||
# MS VSCode
|
||||
.vscode
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
@ -36,6 +39,7 @@ _testmain.go
|
|||
*.log
|
||||
|
||||
/gitea
|
||||
/debug
|
||||
/integrations.test
|
||||
|
||||
/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue