Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/commands.ts')
-rw-r--r--editors/code/src/commands.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/commands.ts b/editors/code/src/commands.ts
index 9c8b7071b3..5514319c69 100644
--- a/editors/code/src/commands.ts
+++ b/editors/code/src/commands.ts
@@ -33,6 +33,7 @@ import { log } from "./util";
import type { SyntaxElement } from "./syntax_tree_provider";
export * from "./run";
+export { newProject } from "./new_project";
export function analyzerStatus(ctx: CtxInit): Cmd {
const tdcp = new (class implements vscode.TextDocumentContentProvider {