You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts most of #123 and
instead takes a different approach to resolving
#94
Use the Git integration for Visual Studio Code (an extension that is
bundled with VSCode and neither be disabled or uninstalled, thus can be
effectively considered part of VSCode) to read files directly off of
Git.
Signed-off-by: Lorenz Leutgeb <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
- use more subtle styling when a reaction involves the local radicle identity (italic text vs border & background)
9
9
- show "you" instead of local identity's alias
10
10
- on hover show the truncated DId next to each identity
11
-
-**settings:** add config to toggle excluding temporary files created by the extension, e.g. those used to produce the diff of a patch's changed files, from the list of recently opened files. This is enabled by default. This currently works only partly, but should automatically be fully working when [the underlying VS Code bug](https://github.com/microsoft/vscode/issues/157395#issuecomment-2080293320) is fixed. ([#94](https://github.com/cytechmobile/radicle-vscode-extension/issues/94))
12
11
-**patch-list:** show diff for copied and moved files of a patch too when available ([#100](https://github.com/cytechmobile/radicle-vscode-extension/issues/100))
13
12
-**patch-list:** show path to containing directory for each changed file of a patch ([#100](https://github.com/cytechmobile/radicle-vscode-extension/issues/100))
14
13
-**patch-list:** feat(patch-list): increase count of fetched patches per status to 500 ([#100](https://github.com/cytechmobile/radicle-vscode-extension/issues/100))
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13
Original file line number
Diff line number
Diff line change
@@ -89,3 +89,16 @@ If necessary, specific code shared between extension and webviews should be extr
89
89
### Getting user input
90
90
91
91
Use custom wrapper `askUser()` instead of the native [InputBox API](https://code.visualstudio.com/api/references/vscode-api#InputBox) which would result in procedural, verbose and brittle client code.
92
+
93
+
## Vendored Dependencies
94
+
95
+
Types for the [Git integration for VSCode](https://github.com/microsoft/vscode/tree/main/extensions/git) are vendored at [`src/types/git.d.ts`](src/types/git.d.ts).
0 commit comments