Ladislau Szomoru
f06f86226b
Git - file-system provider should open the repository if not already opened ( #297783 )
...
* Git - file-system provider should open the repository if not already opened
* Git - only open the repository in the empty/session window
* Add logging
2026-02-28 17:49:43 +01:00
Ladislau Szomoru
afa8e16e50
Git - handle submodule HEAD file ( #240357 )
...
* Git - handle submodule HEAD file
* 💄
* Better fix
2025-02-11 12:28:56 +01:00
Ladislau Szomoru
2ae3d5ae35
Git - fix bug with opening the first commit from the timeline view ( #239111 )
2025-01-29 17:03:52 +01:00
Ladislau Szomoru
5a6c2fa66d
Git - FS stat should also throw if the file does not exist ( #238395 )
2025-01-21 20:31:44 +01:00
Ladislau Szomoru
959d01a2a5
Git - fix regression with commits that contain addition/deletion/rename ( #238349 )
...
* Git - fix regression with commits that contain addition/deletion/rename
* Fix compilation error
2025-01-21 11:44:21 +01:00
Ladislau Szomoru
4fa5611d67
Git - handle the diff editor for untracked files now that we throw FileNotFound if the file does not exist ( #236863 )
2024-12-24 12:02:40 +11:00
Ladislau Szomoru
b9084edd1c
Git - file system provider should throw FileNotFound if the resource does not exist in git instead of returning an empty file ( #236676 )
2024-12-20 10:08:22 +01:00
Ladislau Szomoru
d3877fb1dd
Git - improve performance for "Stage Block" command ( #208181 )
2024-03-20 12:00:03 +01:00
Benjamin Pasero
adee8fa29a
editors - shorten diff labels ( #110694 )
2021-09-19 17:29:44 +02:00
João Moreno
24f1b69a90
git file system should wait for model to be initialized
2020-06-10 15:44:53 +02:00
Matt Bierner
b46d35c25c
Don't import from node in extensions for URL and TextEncoder
...
Fixes #90162
Follow up on b1c5e2f19b
2020-02-07 15:51:13 -08:00
Matt Bierner
b1c5e2f19b
Don't include dom typings in extensions ( #89942 )
...
**Problem**
All of our extensions currently are built using the dom typings. This can lead to runtime errors if you mistakenly use `window` or similar
**Fix**
Exclude the dom typings from compile. Then explicitly import the node types for `URL` and `TextEncoder`
2020-02-04 11:08:22 -08:00
Joao Moreno
a398adac13
revert git uri changes
...
fixes #88775
2020-01-22 15:29:13 +01:00
Joao Moreno
420fa18924
💄
2020-01-13 15:54:10 +01:00
Matt Bierner
fb2eca62c2
Show empty image instead of error in git diff view for newly staged images
...
Fixes #86389
Fixes #86776
Uses `fs.stat` to check if we are showing an untracked image in the git diff view.
Also required fixing `stat` for `gitfs` so that it can try to return the proper sizes for objects
2019-12-11 15:41:01 -08:00
Joao Moreno
ff23412237
provide gitfs resource label formatter
2019-11-19 16:47:55 +01:00
Joao Moreno
9f2592e261
gitfs: fix mtime
2019-11-14 10:31:18 +01:00
Joao Moreno
15bfc40222
smaller footprint
2019-11-07 14:05:21 +01:00
Joao Moreno
5d60b7fdc4
wip: git fs provider
2019-11-07 11:31:01 +01:00