Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Feb 6, 2024
1 parent 740a66a commit 4dea9ee
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 168 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/unittest.yml

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ All notable changes to the "AddFolderToWorkspace" extension will be documented i
- Changed source language to TypeScript.
- Added esbuild to get Browser Editor support.
- Refactored code.
- Added UnitTests workflow.

## [1.2.1]

Expand Down
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
- Changed source language to TypeScript.
- Added esbuild to get Browser Editor support.
- Refactored code.
- Added UnitTests workflow.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@
}
}
}
}
}
2 changes: 0 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// The module 'vscode' contains the VS Code extensibility API
// Import the module and reference it with the alias vscode in your code below
import * as vscode from 'vscode';

/**
Expand Down
23 changes: 0 additions & 23 deletions src/test/runTest.ts

This file was deleted.

63 changes: 0 additions & 63 deletions src/test/suite/extension.test.ts

This file was deleted.

39 changes: 0 additions & 39 deletions src/test/suite/index.ts

This file was deleted.

0 comments on commit 4dea9ee

Please sign in to comment.