Skip to content

Commit

Permalink
feat(ui): remove VSCode Namespace Files editor
Browse files Browse the repository at this point in the history
part of #3685
  • Loading branch information
brian-mulier-p committed May 7, 2024
1 parent b992be7 commit 9189cd6
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 1,089 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ public interface FileAttributes {

long getSize();

default boolean isReadOnly() {
return false;
}

enum FileType {
File,
Directory
Expand Down

This file was deleted.

53 changes: 0 additions & 53 deletions ui/download-vsix-rollup-plugin.js

This file was deleted.

9 changes: 1 addition & 8 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-rewrite-all": "1.0.1",
"vitest": "^1.5.3",
"vscode-web": "^1.82.0"
"vitest": "^1.5.3"
},
"overrides": {
"bootstrap": {
Expand Down
144 changes: 0 additions & 144 deletions ui/public/init.js

This file was deleted.

33 changes: 0 additions & 33 deletions ui/public/vscode.html

This file was deleted.

Loading

0 comments on commit 9189cd6

Please sign in to comment.