File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ import {
59
59
getPromptFiles ,
60
60
slashCommandFromPromptFile ,
61
61
} from "./promptFile.js" ;
62
- import { contextItemToRangeInFileWithContents } from "../commands/util.js" ;
63
62
const { execSync } = require ( "child_process" ) ;
64
63
65
64
function resolveSerializedConfig ( filepath : string ) : SerializedContinueConfig {
@@ -147,14 +146,8 @@ async function loadSerializedConfig(
147
146
148
147
if ( config . tabAutocompleteOptions ) {
149
148
config . tabAutocompleteOptions . multilineCompletions = "never" ;
150
- config . tabAutocompleteOptions . useOtherFiles = true ;
151
- config . tabAutocompleteOptions . onlyMyCode = false ;
152
149
} else {
153
- config . tabAutocompleteOptions = {
154
- multilineCompletions : "never" ,
155
- useOtherFiles : true ,
156
- onlyMyCode : false ,
157
- } ;
150
+ config . tabAutocompleteOptions = { multilineCompletions : "never" } ;
158
151
}
159
152
160
153
config . disableIndexing = true ;
@@ -678,4 +671,4 @@ export {
678
671
loadFullConfigNode ,
679
672
serializedToIntermediateConfig ,
680
673
type BrowserSerializedContinueConfig ,
681
- } ;
674
+ } ;
You can’t perform that action at this time.
0 commit comments