mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +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:
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": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user