File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/aws-lsp-codewhisperer/src/shared/amazonQServiceManager Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ export async function getAmazonQRelatedWorkspaceConfigs(
122
122
enableLocalIndexing : newQConfig . projectContext ?. enableLocalIndexing === true ,
123
123
localIndexing : {
124
124
ignoreFilePatterns : newQConfig . projectContext ?. localIndexing ?. ignoreFilePatterns ?? [ ] ,
125
- maxFileSizeMB : newQConfig . projectContext ?. localIndexing ?. maxFileSizeMb ?? 10 ,
126
- maxIndexSizeMB : newQConfig . projectContext ?. localIndexing ?. maxIndexSizeMb ?? 2048 ,
125
+ maxFileSizeMB : newQConfig . projectContext ?. localIndexing ?. maxFileSizeMB ?? 10 ,
126
+ maxIndexSizeMB : newQConfig . projectContext ?. localIndexing ?. maxIndexSizeMB ?? 2048 ,
127
127
indexCacheDirPath : newQConfig . projectContext ?. localIndexing ?. indexCacheDirPath ?? undefined ,
128
128
} ,
129
129
} ,
You can’t perform that action at this time.
0 commit comments