mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Removing dead code
This commit is contained in:
@@ -47,13 +47,6 @@ export function validate(allowStylesheet: boolean = true): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
export function getSyntax(document: vscode.TextDocument): string {
|
||||
if (document.languageId === 'jade') {
|
||||
return 'pug';
|
||||
}
|
||||
return document.languageId;
|
||||
}
|
||||
|
||||
export function getMappingForIncludedLanguages(): any {
|
||||
let finalMappedModes = {};
|
||||
let includeLanguagesConfig = vscode.workspace.getConfiguration('emmet')['includeLanguages'];
|
||||
|
||||
Reference in New Issue
Block a user