mirror of
https://github.com/gradle/actions.git
synced 2025-04-16 07:49:18 +08: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
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
.git
|
||||
.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…
x
Reference in New Issue
Block a user