Eric Amodio
154bf70c50
Adopts new webview model for Welcome & Settings
1年前
Eric Amodio
3a07ee15d0
Adds a new unified webview model (tabs & views)
- Supports separate registration and instantiation
- Supports webview provider code-splitting
1年前
Eric Amodio
3940ef7c20
Moves some files for better organization
Removes re-export of config from configuration
1年前
Eric Amodio
0b09424966
Adds types for UpdateConfigurationCommand
1年前
Eric Amodio
cee2da1fc0
Improves commit details following/selection
2年前
Eric Amodio
b0cb1e4356
Closes #2345 allows shortcuts on Graph "commits"
2年前
Eric Amodio
8f437a12bd
Avoids needing completionId on params
Changes `sendCommandWithCompletion` to return a promise
2年前
Eric Amodio
926961cd9a
Updates view usage tracking
2年前
Eric Amodio
d764b01614
Passes additional args to webview show command
2年前
Eric Amodio
f7ffae07a6
Adds new eslint rules & applies them
Removes strict-boolean-expressions because its too noisy
Avoids unneeded `void`s to know if return value is intentionally discarded
Uses `type` imports when possible (avoids unneeded bundling)
2年前
Eric Amodio
5bee58645a
Removes more aggregate re-exporting files
2年前
Eric Amodio
f8211797d2
Removes git "models" export file
2年前
Eric Amodio
0300619526
Closes #1987 uncommitted changes annotation format
2年前
Eric Amodio
c8e878af54
Removes config from container
Reworks all usages to use configuration.get
2年前
Eric Amodio
41bc88c1b1
Reworks how modes apply to configuration
- Adds override support to configuration
- Splits configuration.get into get & getAll
- Allows passing array to configuration.changed
Avoids getting the entire configuration on startup
2年前
Eric Amodio
e916ecb0d1
Adds all autolinks to autolinked issues & prs node
Adds autolink configure command to autolinked issues & prs node
2年前
Keith Daulton
2a306e0e37
Closes #1903 adds autolinks section to settings
2年前
Eric Amodio
b61ee249bd
Updates links to avoid redirects
2年前
Eric Amodio
042ee28c71
Adds show visual file history command
Adds show method to webview views
2年前
Eric Amodio
a540814a22
Improves home, welcome, getting started experience
Adds links footer to home view when welcome is hidden
Polishes welcome/settings page headers
Removes links from welcome page
Removes old welcome view
2年前
Eric Amodio
318eb9c629
Changes to debug logging
2年前
Eric Amodio
455c375b99
Reworks webviews & splits protocols individually
Improves DOM methods
2年前