Skip to content

Commit

Permalink
初始化 VSCode 插件项目 #658
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 26, 2024
1 parent dc4d8cc commit 64e6365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _vscode_plugin/Sillot/src/nodeDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class DepNodeProvider implements vscode.TreeDataProvider<Dependency> {
if (this.pathExists(packageJsonPath)) {
return Promise.resolve(this.getDepsInPackageJson(packageJsonPath));
} else {
vscode.window.showInformationMessage('Workspace has no package.json');
vscode.window.showInformationMessage('Workspace has no package.json (不支持工作区)');
return Promise.resolve([]);
}
}
Expand Down

0 comments on commit 64e6365

Please sign in to comment.