You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Built-in implement `C/C++ IntelliSense Provider` for `ms-vscode.cpptools`, **Not Need to** configurate `c_cpp_properties.json` file.
41
41
* Built-in Msys Unix Shell environment.
42
+
* Built-in Callgraph gui tool for gcc toolchain.
43
+
* Support the basic functions of the built-in plugins when calling MCP Tools (this needs to be enabled in the settings; MCP server is disabled by default). [Skills](https://gist.github.com/github0null/5c08fb61bb4a705f1dc9b03dcb980f93)
42
44
43
45
***
44
46
@@ -101,10 +103,10 @@ Supported Platforms:
101
103
You can build this project by your self.
102
104
103
105
> [!IMPORTANT]
104
-
> The required version of NodeJS is **16** because of some historical reasons for this extension.
106
+
> The required version of NodeJS is **18** because of some historical reasons for this extension.
105
107
106
-
1. Install `NodeJS 16` (recommanded v16.20.2). You can use `nvm` to manage your NodeJS.
107
-
Install `vsce` by `npm install -g cheerio@1.0.0-rc.9 vsce@2.15.0`
108
+
1. Install `NodeJS 18` (recommanded v18.18.2). You can use `nvm` to manage your NodeJS.
109
+
Install `vsce` by `npm install -g cheerio@1.0.0-rc.9 @vscode/vsce@2.15.0`
108
110
109
111
2. Clone this repo, Open folder by vscode and then run command:
110
112
@@ -120,7 +122,7 @@ You can build this project by your self.
120
122
121
123
122
124
> [!NOTE]
123
-
> There may be syntax errors when opening project source code using VSCode, this is because the project uses an older Version of TypeScript, please press `Ctrl+Shift+P` to execute `TypeScript: Select TypeScript Version...` and select version: `v3.9.x`.
125
+
> There may be syntax errors when opening project source code using VSCode, this is because the project uses an older Version of TypeScript, please press `Ctrl+Shift+P` to execute `TypeScript: Select TypeScript Version...` and select version: `v5.8.2`.
0 commit comments