Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
removed test line
Browse files Browse the repository at this point in the history
  • Loading branch information
neminovno committed Sep 3, 2018
1 parent 5eb8053 commit 63a089b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export function activate(context: vscode.ExtensionContext) {

let disposable = vscode.commands.registerCommand('extension.newProject', () => {

vscode.window.showInformationMessage('Hello World!');

const openedFolders = vscode.workspace.workspaceFolders;

if (!openedFolders) {
Expand Down

0 comments on commit 63a089b

Please sign in to comment.