This commit is contained in:
Ramya Achutha Rao
2018-01-14 12:35:38 -08:00
parent 5b14cbc145
commit 05854360cc
+1 -1
View File
@@ -32,7 +32,7 @@ export function resolveUpdateExtensionsPath() {
if (_currentExtensionsPath !== extensionsPath) {
_currentExtensionsPath = extensionsPath;
if (_currentExtensionsPath && !path.isAbsolute(_currentExtensionsPath)) {
vscode.window.showErrorMessage('The path provided in emmet.extensionsPath setting should be absoulte path');
vscode.window.showErrorMessage('The path provided in emmet.extensionsPath setting should be absolute path');
_emmetHelper.updateExtensionsPath();
return;
}