Skip to content

Commit

Permalink
eslint and doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Dec 16, 2023
1 parent 3f815cd commit bbf9bdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Configurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ export const setEnvKey = 'testMate.cpp.debug.setEnv';
export class Configurations {
private _cfg: vscode.WorkspaceConfiguration;

constructor(readonly _log: Logger, private _workspaceFolderUri: vscode.Uri) {
constructor(
readonly _log: Logger,
private _workspaceFolderUri: vscode.Uri,
) {
this._cfg = vscode.workspace.getConfiguration(ConfigSectionBase, _workspaceFolderUri);
}

Expand Down

0 comments on commit bbf9bdb

Please sign in to comment.