浏览代码

update: vscode工程文件也更新一下

Wendal Chen 5 年之前
父节点
当前提交
64d648ba7c
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10 1
      luatos.code-workspace

+ 10 - 1
luatos.code-workspace

@@ -2,6 +2,15 @@
 	"folders": [
 		{
 			"path": "."
+		},
+		{
+			"path": "..\\rt-thread"
+		}
+	],
+	"settings": {
+		"files.associations": {
+			"typeindex": "c",
+			"typeinfo": "c"
 		}
-	]
+	}
 }