mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-26 07:57:09 +01:00
debug: improve simple wording
This commit is contained in:
@@ -114,7 +114,7 @@ export class Adapter {
|
||||
private warnRelativePaths(attribute: any): void {
|
||||
if (attribute) {
|
||||
attribute.pattern = '^\\${.*}.*|^((\\/|[a-zA-Z]:\\\\)[^\\(\\)<>\\\'\\"\\[\\]]+)';
|
||||
attribute.errorMessage = nls.localize('relativePathsNotConverted', "Relative paths will no longer be converted to absolute ones. Consider using ${workspaceRoot} as a prefix.");
|
||||
attribute.errorMessage = nls.localize('relativePathsNotConverted', "Relative paths will no longer be automatically converted to absolute ones. Consider using ${workspaceRoot} as a prefix.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user