diff --git a/.vscode/launch.json b/.vscode/launch.json index 977eed6..03f8d00 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,12 +7,11 @@ "configurations": [ { "name": "Run Web Extension ", - "type": "pwa-extensionHost", + "type": "extensionHost", "debugWebWorkerHost": true, "request": "launch", - "sourceMaps": true, "args": [ - "--extensionDevelopmentPath=${workspaceFolder}/src", + "--extensionDevelopmentPath=${workspaceFolder}", "--extensionDevelopmentKind=web" ], "outFiles": [ diff --git a/src/web/artifacts.ts b/src/web/artifacts.ts index 8dcfd74..2f44817 100644 --- a/src/web/artifacts.ts +++ b/src/web/artifacts.ts @@ -13,7 +13,6 @@ export interface ArtifactInformation { export async function findArtifacts(): Promise { const ret: ArtifactInformation[] = []; - console.dir("SDFSDFSDFSDFSDFSDFSDFSDF"); for (const folder of vscode.workspace.workspaceFolders || []) { // todo: use folder.name as top level in artifact tree // todo: find abapGit xml to get starting folder