Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Fixes #511

Closed
wants to merge 42 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f305fba
auto-rename-tag-server (work in progress)
SimonSiefke Jan 5, 2020
7186762
fix
SimonSiefke Jan 5, 2020
e94f5d3
fix a bug
SimonSiefke Jan 5, 2020
f847c81
fix some bugs and clean code
SimonSiefke Jan 5, 2020
b85b40a
fix another issue
SimonSiefke Jan 5, 2020
b7b2c95
clean up a bit
SimonSiefke Jan 6, 2020
a0dff27
remove note about performance issue
SimonSiefke Jan 6, 2020
adc44fd
still quotes problem
SimonSiefke Jan 9, 2020
81d0a25
fixed quote issue
SimonSiefke Jan 9, 2020
10f13de
fix tests
SimonSiefke Jan 9, 2020
4fcddda
fix more bugs
SimonSiefke Jan 10, 2020
1408b0f
refactor: remove dead code
SimonSiefke Jan 10, 2020
71f386c
bring back enabledlanguageids setting
SimonSiefke Jan 10, 2020
bc335be
fix webpack build
SimonSiefke Jan 10, 2020
739cc63
test for another issue
SimonSiefke Jan 10, 2020
aa87b0d
clean up a bit
SimonSiefke Jan 10, 2020
867b292
clean up issues
SimonSiefke Jan 10, 2020
b705882
refactor: remove dead code
SimonSiefke Jan 10, 2020
319204a
refactor: less code and a bit faster
SimonSiefke Jan 10, 2020
720a494
fix: don't throw error on invalid code
SimonSiefke Jan 11, 2020
0c0119f
better error handling
SimonSiefke Jan 11, 2020
6ed8371
add prettier script
SimonSiefke Jan 11, 2020
43d74ea
test agains latest vscode and clean up tests
SimonSiefke Jan 11, 2020
3ba88c1
update travis ci script
SimonSiefke Jan 11, 2020
e5c1c97
update travis ci script
SimonSiefke Jan 11, 2020
cc2f3d8
try to fix ci
SimonSiefke Jan 11, 2020
33aeb2c
chore: try to fix ci
SimonSiefke Jan 11, 2020
5ba5d13
chore: try to fix ci
SimonSiefke Jan 11, 2020
3371a74
ignore built vscode rename in playground
SimonSiefke Jan 11, 2020
30fa9cc
remove unused file
SimonSiefke Jan 11, 2020
7bcbfbe
remove more unused files
SimonSiefke Jan 11, 2020
de3572d
remove unused test cases
SimonSiefke Jan 11, 2020
73bc035
chore: try to fix ci
SimonSiefke Jan 11, 2020
d121b1f
remove unused file
SimonSiefke Jan 12, 2020
0a7d5fa
chore: update deps
SimonSiefke Jan 25, 2020
6ae5196
fix: support all file schemes
SimonSiefke Jan 27, 2020
76c8f34
performance improvement for large files by throttling requests
SimonSiefke Jan 27, 2020
f16b370
inrease test timeout because of throttling
SimonSiefke Jan 28, 2020
d632c95
fix: jsx fragment with self-closing tag
SimonSiefke Feb 16, 2020
1c0affa
chore: update deps
SimonSiefke Feb 16, 2020
3ee0409
Update README.md
SimonSiefke Mar 11, 2020
a5169e7
fix: react bug with {{}}
SimonSiefke Mar 17, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update deps
SimonSiefke committed Feb 16, 2020
commit 1c0affaffdbfd722fa7b4838e5c77f1fab6ee3a6
184 changes: 104 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,12 +15,12 @@
"lerna": "^3.20.2",
"merge-options": "^2.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^5.0.0-beta.11",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10"
"webpack-cli": "^3.3.11"
},
"prettier": {
"semi": true,
Loading