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.
2 parents 8d062fc + 21194a0 commit e1720aaCopy full SHA for e1720aa
src/api/index.ts
@@ -43,7 +43,7 @@ export class AtelierAPI {
43
public readonly wsOrFile?: string | vscode.Uri;
44
45
public get ns(): string {
46
- return this.namespace || this._config.ns;
+ return (this.namespace || this._config.ns).toUpperCase();
47
}
48
49
public get config(): ConnectionSettings {
0 commit comments