Skip to main content
Added the missing punctuation. Enabled syntax highlighting (as a result, the diff looks more extensive than it really is - use view "Side-by-side Markdown" to compare).
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

From settings, you can find edit settingssettings.json.json 
You need to search by Preview:

Image of this section

Add the below code there:

"workbench.editor.enablePreview": false 
"workbench.editor.enablePreview": false 

Full code:

{ "editor.codeActionsOnSave": { }, "workbench.editor.enablePreview": false, } 
{ "editor.codeActionsOnSave": { }, "workbench.editor.enablePreview": false, } 

From settings you can find edit settings.json
You need to search by Preview:

Image of this section

Add the below code there:

"workbench.editor.enablePreview": false 

Full code:

{ "editor.codeActionsOnSave": { }, "workbench.editor.enablePreview": false, } 

From settings, you can find edit settings.json. 
You need to search by Preview:

Image of this section

Add the below code there:

"workbench.editor.enablePreview": false 

Full code:

{ "editor.codeActionsOnSave": { }, "workbench.editor.enablePreview": false, } 
Post formatting
Source Link
Nimantha
  • 6.5k
  • 6
  • 32
  • 78

From settings you can find edit settings.json 
You need to search by Preview. Please check the below screen short.:

Image of this section

Add the below code there:

"workbench.editor.enablePreview": false 

Image of this section

Full code given below: { "editor.codeActionsOnSave": {

{ "editor.codeActionsOnSave": { },    "workbench.editor.enablePreview": false, } 

}

From settings you can find edit settings.json You need to search by Preview. Please check the below screen short.

Add the below code there:

"workbench.editor.enablePreview": false 

Image of this section

Full code given below: { "editor.codeActionsOnSave": {

}, "workbench.editor.enablePreview": false, 

}

From settings you can find edit settings.json 
You need to search by Preview:

Image of this section

Add the below code there:

"workbench.editor.enablePreview": false 

Full code:

{ "editor.codeActionsOnSave": { },    "workbench.editor.enablePreview": false, } 
added 34 characters in body
Source Link

From settings you can find edit settings.json You need to search by Preview. Please check the below screen short.

Add the below code there:

"workbench.editor.enablePreview": false 

enter image description hereImage of this section

Full code given below: { "editor.codeActionsOnSave": {

}, "workbench.editor.enablePreview": false, 

}

From settings you can find edit settings.json You need to search by Preview. Please check the below screen short.

Add the below code there:

"workbench.editor.enablePreview": false 

enter image description here

From settings you can find edit settings.json You need to search by Preview. Please check the below screen short.

Add the below code there:

"workbench.editor.enablePreview": false 

Image of this section

Full code given below: { "editor.codeActionsOnSave": {

}, "workbench.editor.enablePreview": false, 

}

Source Link
Loading