Skip to content

Commit e32c983

Browse files
Update src/providers/DocumentContentProvider.ts
Co-authored-by: John Murray <johnm@georgejames.com>
1 parent 85f606c commit e32c983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/DocumentContentProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class DocumentContentProvider implements vscode.TextDocumentContentProvid
245245

246246
public async provideTextDocumentContent(uri: vscode.Uri, token: vscode.CancellationToken): Promise<string> {
247247
const api = new AtelierAPI(uri);
248-
// Even though this is technically a "objectscript" Uri, the query parameters are the same as "isfs"
248+
// Even though this is technically an "objectscript" Uri, the query parameters are the same as "isfs"
249249
const { csp, ns } = isfsConfig(uri);
250250
const fileName = csp ? uri.path.slice(1) : uri.path.split("/").slice(1).join(".");
251251
if (ns) api.setNamespace(ns);

0 commit comments

Comments
 (0)