Drop support for legacy colorization

This commit is contained in:
Aleksey Kladov 2019-12-31 11:06:50 +01:00
parent 6c1d92d6c5
commit 26bd7a896b
8 changed files with 187 additions and 271 deletions

View file

@ -1,5 +1,4 @@
import * as vscode from 'vscode';
import * as scopesMapper from './scopes_mapper';
const RA_LSP_DEBUG = process.env.__RA_LSP_SERVER_DEBUG;
@ -58,9 +57,6 @@ export class Config {
if (config.has('highlightingOn')) {
this.highlightingOn = config.get('highlightingOn') as boolean;
if (this.highlightingOn) {
scopesMapper.load();
}
}
if (config.has('rainbowHighlightingOn')) {