Skip to content

Commit

Permalink
rollback changes to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Oct 26, 2023
1 parent ad79e46 commit 71f4c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion src/web/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export interface ArtifactInformation {
export async function findArtifacts(): Promise<ArtifactInformation[]> {
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
Expand Down

0 comments on commit 71f4c06

Please sign in to comment.