Skip to content

Commit af87686

Browse files
SLVSCODE-721 change scope of focusOnNewCode setting
1 parent 4485b5f commit af87686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"type": "boolean",
363363
"default": false,
364364
"markdownDescription": "Highlight issues in new code.\n\nFocusing on new code helps you practice [Clean as You Code](https://docs.sonarsource.com/sonarqube-for-ide/vs-code/clean-as-you-code-in-the-ide/).\n\nIn [Connected Mode](https://docs.sonarsource.com/sonarqube-for-ide/vs-code/team-features/connected-mode/) you benefit from a more accurate new code definition based on your SonarQube (Server, Cloud) settings.\n\nWithout Connected Mode (in standalone mode), any code added or changed in the **last 30 days** is considered new code.",
365-
"scope": "window"
365+
"scope": "machine"
366366
},
367367
"sonarlint.earlyAccess.showRegionSelection": {
368368
"type": "boolean",

0 commit comments

Comments
 (0)