Skip to content

Commit 6bfce3b

Browse files
committed
Add workspace file.
1 parent e35eea0 commit 6bfce3b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

sailfish.code-workspace

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"extensions": {
8+
"recommendations": [
9+
"fill-labs.dependi",
10+
"rust-lang.rust-analyzer",
11+
"ms-vscode.cmake-tools",
12+
"tamasfe.even-better-toml",
13+
"rust-sailfish.vscode-rust-sailfish"
14+
]
15+
}
16+
}

0 commit comments

Comments
 (0)