summaryrefslogtreecommitdiffstats
path: root/contrib/ide (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: set recommend vscode settings for golangci-lintMichael Kriese2024-11-111-2/+4
|
* [GITEA] fix VSCode settingsAntonin Delpeuch2024-02-051-2/+2
| | | | | | | | | | | | | | | Without this change, I get the error: > Error creating test engine: sqlite3 requires: import _ "github.com/mattn/go-sqlite3" or -tags sqlite,sqlite_unlock_notify (cherry picked from commit 15fa4cf98e6f72203e4e1e8906ae32ce5cc6b753) (cherry picked from commit 29932030932e74410857fcdb97ccca9374c8232a) (cherry picked from commit f5054e48832d056ab72bf6c46369bc64098dc06b) (cherry picked from commit e14c5f934c65441e5b2a75e084f17fc4812f6e52) (cherry picked from commit ed53157084bfac78c76ad924a9473caee4897829) (cherry picked from commit dc8346508bef1436d2486d7ba887f76d247081a3) (cherry picked from commit e6d8e1a973eb8ddcd1efa444dfa768c79de88c1e) (cherry picked from commit f3b9ca02f3134b79b48b88191f25e5a517bdebf2) (cherry picked from commit 3799c133b419bdc0133a7732bc1155795c5cef74)
* Update to work with latest VS Code go debugger (#18397)Lauris BH2022-01-251-6/+6
|
* fix quotation marks in launch.json (#13325)Elena Neuschild2020-10-272-1/+5
| | | Co-authored-by: zeripath <art27@cantab.net>
* Fix args in tasks.json (#13116)Elena Neuschild2020-10-121-8/+6
|
* misc: change the "taskName" to "label" in vscode tasks.json (#10739)赵智超2020-03-161-2/+2
| | | | | | because of vscode suggest ref ISSUE: Microsoft/vscode-docs#1181 Signed-off-by: a1012112796 <1012112796@qq.com>
* Update build tags for sqlite_unlock_notify (#5144)Mura Li2018-10-232-2/+2
|
* Fix typo (#2810)Mulia Nasution2017-10-311-1/+1
| | | Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
* Basic VSCode configuration for building and debugging (#2483)Lauris BH2017-09-123-0/+94
* Basic VSCode configuration for building and debugging * Fix building and debugging in Windows * Move to contrib folder and add instructions