Skip to content

Commit

Permalink
wip: restructuring to make the repo extension centric
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Nov 21, 2023
1 parent b0c2304 commit bebbc20
Show file tree
Hide file tree
Showing 30 changed files with 235 additions and 8,369 deletions.
75 changes: 0 additions & 75 deletions FEATURES.md

This file was deleted.

4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Algorand, llc
Copyright (c) 2023 Algorand Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,4 +22,4 @@ SOFTWARE.

Copyright for portions of this code are held by Microsoft Corporation as part of
the vscode-mock-debug project, licensed under the MIT license. All other
copyright for this code are held by Algorand, llc.
copyright for this code are held by Algorand Foundation.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions debugger/fileAccessor.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export interface FileAccessor {
isWindows: boolean;
readFile(path: string): Promise<Uint8Array>;
writeFile(path: string, contents: Uint8Array): Promise<void>;
basename(path: string): string;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
118 changes: 0 additions & 118 deletions extension/package.json

This file was deleted.

38 changes: 0 additions & 38 deletions extension/src/fileAccessor.ts

This file was deleted.

Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bebbc20

Please sign in to comment.