mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Include VS code workspace file
This workspace sets things up so that source code navigation works propertly in VS code.
This commit is contained in:
parent
0fa10b26b8
commit
3c2d3b6f2a
2 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
.git
|
.git
|
||||||
.vscode
|
.vscode
|
||||||
actions.code-workspace
|
|
||||||
|
|
11
actions.code-workspace
Normal file
11
actions.code-workspace
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "sources"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
Loading…
Reference in a new issue