Skip to content

Commit d5b3e3a

Browse files
committed
v3.16.2 pre-release
- add recommend extension: 'project-manager'
1 parent 9867fe7 commit d5b3e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/EIDEProject.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3403,7 +3403,8 @@ class EIDEProject extends AbstractProject {
34033403
"redhat.vscode-yaml",
34043404
"IBM.output-colorizer",
34053405
"cschlosser.doxdocgen",
3406-
"ms-vscode.vscode-serial-monitor"
3406+
"ms-vscode.vscode-serial-monitor",
3407+
"alefragnani.project-manager"
34073408
];
34083409

34093410
const prjInfo = this.GetConfiguration().config;

0 commit comments

Comments
 (0)