Skip to content

Commit bc35a56

Browse files
authored
build(vscode-settings): Remove formatOnSave trigger (#4635)
1 parent 25b1708 commit bc35a56

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.vscode/settings.json

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// Configure PSScriptAnalyzer settings
22
{
3-
"[powershell]": {
4-
// Disable formating until: https://github.com/PowerShell/vscode-powershell/issues/1019 is fixed
5-
"editor.formatOnSave": false
6-
},
73
"powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1",
84
"powershell.codeFormatting.preset": "OTBS",
95
"powershell.codeFormatting.alignPropertyValuePairs": true,

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- **checkver:** Fix output with '-Version' ([#3774](https://github.com/ScoopInstaller/Scoop/issues/3774))
2121
- **schema:** Add '$schema' property ([#4623](https://github.com/ScoopInstaller/Scoop/issues/4623))
2222
- **schema:** Add explicit escape to opening bracket matcher in jp/jsonpath regex ([#3719](https://github.com/ScoopInstaller/Scoop/issues/3719))
23+
- **vscode-settings:** Remove 'formatOnSave' trigger ([#4635](https://github.com/ScoopInstaller/Scoop/issues/4635))
2324

2425
### Styles
2526

0 commit comments

Comments
 (0)