mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user