Commit Graph

10 Commits

Author SHA1 Message Date
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