We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf7f09 commit 2abaa0fCopy full SHA for 2abaa0f
Extension/src/LanguageServer/editorConfig.ts
@@ -64,7 +64,7 @@ export function mapWrapToEditorConfig(value: string | undefined): string {
64
}
65
66
export function matchesSection(pathPrefix: string, filePath: string, section: string): boolean {
67
- // The following code is copied from; https://github.com/editorconfig/editorconfig-core-js
+ // The following code is copied from: https://github.com/editorconfig/editorconfig-core-js
68
const matchOptions = { matchBase: true, dot: true };
69
pathPrefix = pathPrefix.replace(/[?*+@!()|[\]{}]/g, '\\$&');
70
pathPrefix = pathPrefix.replace(/^#/, '\\#');
0 commit comments