File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/unitTests/testAssets Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,11 @@ export function getWorkspaceInformationUpdated(msbuild: protocol.MsBuildWorkspac
149149 return new WorkspaceInformationUpdated ( a ) ;
150150}
151151
152- export function getVSCodeWithConfig ( omnisharpConfig ?: WorkspaceConfiguration , csharpConfig ?: WorkspaceConfiguration ) {
152+ export function getVSCodeWithConfig ( ) {
153153 const vscode = getFakeVsCode ( ) ;
154154
155- const _omnisharpConfig = omnisharpConfig || getWorkspaceConfiguration ( ) ;
156- const _csharpConfig = csharpConfig || getWorkspaceConfiguration ( ) ;
155+ const _omnisharpConfig = getWorkspaceConfiguration ( ) ;
156+ const _csharpConfig = getWorkspaceConfiguration ( ) ;
157157
158158 vscode . workspace . getConfiguration = ( section ?, resource ?) =>
159159 {
You can’t perform that action at this time.
0 commit comments