Skip to content

Commit c543486

Browse files
author
Xing-Shuchen
committed
a
1 parent 5ca2943 commit c543486

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

STL_source_code.code-workspace

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"name": "LeetCode",
8+
"path": "../LeetCode"
9+
}
10+
],
11+
"settings": {
12+
"files.associations": {
13+
"*.m": "matlab",
14+
"algorithm": "cpp",
15+
"utility": "cpp"
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)