Skip to content

Commit 473effd

Browse files
Merge pull request #3265 from PowerShell/andschwa/clean-up
Create new `ReleaseTools` module! This PR started with some minor cleanups with me trying to delete old, unused code and then turned into me writing some a new `ReleaseTools` module for my needs as maintainer. Fixes #3195.
2 parents 4294279 + f6ff90c commit 473effd

26 files changed

+266
-925
lines changed

build/InstallPreview.ps1

Lines changed: 0 additions & 35 deletions
This file was deleted.

build/PackagePreviewRelease.ps1

Lines changed: 0 additions & 43 deletions
This file was deleted.

extension-dev.code-workspace

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"**/snippets/*.json": "jsonc",
1313
"**/.vsts-ci/**/*.yml": "azure-pipelines",
1414
},
15-
"typescript.tsdk": "./node_modules/typescript/lib"
15+
"typescript.tsdk": "./node_modules/typescript/lib",
16+
"powershell.codeFormatting.autoCorrectAliases": true,
17+
"powershell.codeFormatting.newLineAfterCloseBrace": false,
18+
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
19+
"powershell.codeFormatting.useCorrectCasing": true,
20+
"powershell.codeFormatting.whitespaceBeforeOpenBrace": false,
21+
"powershell.codeFormatting.whitespaceBetweenParameters": true,
22+
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline"
1623
}
1724
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)