diff options
author | Aleksey Kladov <[email protected]> | 2019-12-30 20:39:34 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-12-30 20:39:34 +0000 |
commit | 08c5d157f9a24f0094c90c556019a20bf85e5a07 (patch) | |
tree | de0ff1192ae7ce31d0d452af51f3e55f3af0ac14 /editors/code | |
parent | ac8a142dddc697d26d5aa8c878df933300163e09 (diff) |
Thoughtlessly copy-paste a fix to a problem I don't understand
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/src/highlighting.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index 0f9271de2..333319b85 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts | |||
@@ -1,6 +1,7 @@ | |||
1 | import * as vscode from 'vscode'; | 1 | import * as vscode from 'vscode'; |
2 | import * as lc from 'vscode-languageclient'; | 2 | import * as lc from 'vscode-languageclient'; |
3 | import * as seedrandom from 'seedrandom'; | 3 | import * as seedrandom_ from 'seedrandom'; |
4 | const seedrandom = seedrandom_; // https://github.com/jvandemo/generator-angular2-library/issues/221#issuecomment-355945207 | ||
4 | 5 | ||
5 | import * as scopes from './scopes'; | 6 | import * as scopes from './scopes'; |
6 | import * as scopesMapper from './scopes_mapper'; | 7 | import * as scopesMapper from './scopes_mapper'; |