File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/mongodb-ts-autocomplete/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export default class MongoDBAutocompleter {
169
169
170
170
getConnectionCode ( connectionKey : string ) : string {
171
171
return `
172
- /// <reference path="/ shell-api.d.ts" />
172
+ /// <reference path="shell-api.d.ts" />
173
173
174
174
export {};
175
175
@@ -190,8 +190,8 @@ declare global {
190
190
191
191
const databaseName = this . getActiveConnection ( ) . getCurrentDatabaseName ( ) ;
192
192
return `
193
- /// <reference path="/ shell-api.d.ts" />
194
- /// <reference path="/ ${ this . currentConnectionKey } .d.ts" />
193
+ /// <reference path="shell-api.d.ts" />
194
+ /// <reference path="${ this . currentConnectionKey } .d.ts" />
195
195
196
196
export {}; // turns this into an "external module"
197
197
You can’t perform that action at this time.
0 commit comments