Eric Amodio
f4cab5de51
Embeds css in webview html
4年前
Eric Amodio
2bfc0360b4
Cleans up tsconfig/eslintrc w/ webviews
4年前
Eric Amodio
66a3ab7c94
Adds custom editor for rebasing
4年前
Eric Amodio
95b1822976
Updates webviews
- Uses html-loader partials (removes ejs)
- Updates select styling
4年前
Eric Amodio
366782096c
Fixes Settings UI
4年前
Eric Amodio
39c36bd8cb
Updates dependencies
4年前
Eric Amodio
79a7d266dd
Changes built output to be gitlens.js
Helps avoid source map conflicts with other extensions
4年前
Eric Amodio
a4ea99aebc
Updates dependencies
4年前
Eric Amodio
5299ca075e
Changes heatmap to be in the gutter
Changes heatmap colorization for better clarity
Changes blame avatars to be w/ the annotations rather than in the gutter
4年前
Eric Amodio
6563fbd03e
Fixes problem matcher support
4年前
Eric Amodio
d1628de07a
Updates dependencies
4年前
Eric Amodio
91e3a88263
Fixes #1033 - also switches to ejs templates
4年前
Eric Amodio
77c51b0c29
Updates dependencies & caches eslint
4年前
Eric Amodio
18663a1650
Updates dependencies & lint rules
4年前
Eric Amodio
175a81eabe
Updates dependencies & prettiers
4年前
Eric Amodio
73031b515b
Updates dependencies, lints, & prettiers
4年前
Eric Amodio
8674218975
Updates dependencies
4年前
Eric Amodio
dca520b790
Adds assocd. PR info to line annotations & hovers
5年前
Eric Amodio
2cedc7146a
Attempts to speed up builds
5年前
Eric Amodio
43a2aa901d
Changes webviews to inline css to avoid FOUC
Updates dependencies
5年前
Eric Amodio
bb2ac8ac65
Tries out ts-loader experimentalWatchApi
5年前
Eric Amodio
4d9ed4e445
Fixes static analysis issues
5年前
Eric Amodio
dd1803933c
Removes ts-loader experimentalWatchApi flag
Hoping to reduce strange issues with watch
5年前
Eric Amodio
ff18ca5012
Fixes input styling and event hooks
Because of missing type='text'
5年前
Eric Amodio
0a5851a7b3
Adds CSP to GitLens webviews
5年前
Eric Amodio
8576957549
Spaces -> tabs
5年前
Eric Amodio
25d71be263
Replaces webview template tokens because prettier 😠
5年前
Eric Amodio
cc561722bb
Updates eslint & fixes lint issues
5年前
Eric Amodio
c9edd139bb
Switches to fork-ts-checker eslint support
5年前
Eric Amodio
3f0fb5ccf1
Updates dependencies & fixes webpack clean
5年前
Eric Amodio
39af55655b
Updates dependencies & runs prettier formatting
5年前
Eric Amodio
884e193f07
Speeds up incremental buillds
Switches to use fork-ts-checker
5年前
Eric Amodio
5d1a2e611e
Moves .cache-images into node_modules/.cache
5年前
Eric Amodio
89ca81c368
Renames from ui to webviews
5年前
Eric Amodio
1d924e2e24
Reworks & reorganizes the webview code
Splits App into AppBase & AppWithConfigBase for impl of new webviews
5年前
Eric Amodio
7c6b659604
Switches to eslint from tslint
5年前
Eric Amodio
539f456421
Updates dependecies & removes vsls hacks
5年前
Eric Amodio
8e58858346
Updates dependencies & more
Adds bundle analyzer
Adds circular deps analyzer
Switches to es2018 output
Removes many circular dependencies
5年前
Eric Amodio
39f6830680
Adds better sourcemap support
5年前
Eric Amodio
1ac1e9eeaa
Updates dependencies
5年前
Eric Amodio
c72a824f76
Adds build hack because of vsls package issues
6年前
Eric Amodio
46b510feb0
Closes #593 - uses vscode provided clipboard apis
6年前
Eric Amodio
edb0a17516
Fixes webview source maps
6年前
Eric Amodio
b1fbad5277
Removes unneeded webpack config
6年前
Eric Amodio
9ccbae3521
Adds live share support
Keeps all path manipulation on the host rather than guest
Fixes shared/local path munging for mac/windows
Keeps current user lookup local when a guest
Keeps difftool lookup local when a guest
Avoids fetch date lookup when a guest
Stops clearing node_modules (for now)
6年前
Eric Amodio
b497faeaac
Updates to latest webpack
Enables source maps always
Minifies css
Removes unused plugins
6年前
Eric Amodio
ad0aae7c99
Switches to use terser (rather than uglify)
Switches to use full source-map for better debugging (stepping)
6年前
Eric Amodio
c4bc7d1cee
Adds more excludes for node_modules
6年前
Eric Amodio
4fc70396c7
Adds image optimization if folder is missing
6年前
Eric Amodio
53edd00dc5
Replaces !! with Boolean
6年前