File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/chat/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { timeout } from '../../../../base/common/async.js';
7
7
import { MarkdownString , isMarkdownString } from '../../../../base/common/htmlContent.js' ;
8
8
import { Disposable } from '../../../../base/common/lifecycle.js' ;
9
9
import { Schemas } from '../../../../base/common/network.js' ;
10
- import { isMacintosh } from '../../../../base/common/platform.js' ;
10
+ import { isMacintosh , isNative } from '../../../../base/common/platform.js' ;
11
11
import { EditorContributionInstantiation , registerEditorContribution } from '../../../../editor/browser/editorExtensions.js' ;
12
12
import { registerEditorFeature } from '../../../../editor/common/editorFeatures.js' ;
13
13
import * as nls from '../../../../nls.js' ;
@@ -123,7 +123,7 @@ configurationRegistry.registerConfiguration({
123
123
} ,
124
124
'chat.experimental.offerSetup' : {
125
125
type : 'boolean' ,
126
- default : true ,
126
+ default : isNative ,
127
127
scope : ConfigurationScope . APPLICATION ,
128
128
markdownDescription : nls . localize ( 'chat.experimental.offerSetup' , "Controls whether setup is offered for Chat if not done already." ) ,
129
129
tags : [ 'experimental' , 'onExP' ]
You can’t perform that action at this time.
0 commit comments