Skip to content

Commit b734022

Browse files
committed
wip: add to comment
1 parent 3fd6662 commit b734022

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/browser/pages/vscode.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ type NlsConfiguration = {
2525
* for getNlsConfiguration.
2626
*/
2727
export function createBundlePath(_resolvedLanguagePackCoreLocation: string, bundle: string) {
28-
// NOTE@jsjoeio - this comment was here before me but not sure
29-
// why it's here or how to fix.
28+
// NOTE@jsjoeio - this comment was here before me
29+
// Refers to operating systems that use a different path separator.
30+
// Probably just Windows but we're not sure if "/" breaks on Windows
31+
// so we'll leave it alone for now.
3032
// FIXME: Only works if path separators are /.
3133
return _resolvedLanguagePackCoreLocation + "/" + bundle.replace(/\//g, "!") + ".nls.json"
3234
}

0 commit comments

Comments
 (0)