Merge branch 'main' into dev/eslint-9

This commit is contained in:
Matt Bierner
2024-10-02 14:50:59 -07:00
92 changed files with 4873 additions and 3965 deletions

View File

@@ -250,7 +250,7 @@ export = new class implements eslint.Rule.RuleModule {
const relativeFilename = getRelativeFilename(context);
importPath = path.posix.join(path.posix.dirname(relativeFilename), importPath);
if (/^src\/vs\//.test(importPath)) {
// resolve using AMD base url
// resolve using base url
importPath = importPath.substring('src/'.length);
}
}