|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.8.0 |
| 4 | +### Tuesday, July 10, 2018 |
| 5 | + |
| 6 | +- [PowerShell/vscode-powershell #1238](https://github.com/PowerShell/vscode-powershell/pull/1238) - |
| 7 | + Added functionality to install the VSCode context menus. (Thanks @detlefs!) |
| 8 | +- [PowerShell/vscode-powershell #1354](https://github.com/PowerShell/vscode-powershell/pull/1354) - |
| 9 | + Edit snippet to fix issue #1353 (Thanks @kilasuit!) |
| 10 | +- [PowerShell/vscode-powershell #1362](https://github.com/PowerShell/vscode-powershell/pull/1362) - |
| 11 | + Updated Pester Problem Matcher (Thanks @awickham10!) |
| 12 | +- [PowerShell/vscode-powershell #1359](https://github.com/PowerShell/vscode-powershell/pull/1359) - |
| 13 | + (maint) Add visual ruler for line length (Thanks @glennsarti!) |
| 14 | +- [PowerShell/vscode-powershell #1344](https://github.com/PowerShell/vscode-powershell/pull/1344) - |
| 15 | + Update to TypeScript 2.9.x (Thanks @rkeithhill!) |
| 16 | +- [PowerShell/vscode-powershell #1323](https://github.com/PowerShell/vscode-powershell/pull/1323) - |
| 17 | + SpecProcId - interactive var replacement supports only string type (Thanks @rkeithhill!) |
| 18 | +- [PowerShell/vscode-powershell #1327](https://github.com/PowerShell/vscode-powershell/pull/1327) - |
| 19 | + Switch to named pipes |
| 20 | +- [PowerShell/vscode-powershell #1321](https://github.com/PowerShell/vscode-powershell/pull/1321) - |
| 21 | + GitHub issue template tweaks and add PSSA template (Thanks @bergmeister!) |
| 22 | +- [PowerShell/vscode-powershell #1320](https://github.com/PowerShell/vscode-powershell/pull/1320) - |
| 23 | + Take advantage of multiple issue templates (Thanks @rkeithhill!) |
| 24 | +- [PowerShell/vscode-powershell #1317](https://github.com/PowerShell/vscode-powershell/pull/1317) - |
| 25 | + Change SpecifyScriptArgs command to only return string - not string[] (Thanks @rkeithhill!) |
| 26 | +- [PowerShell/vscode-powershell #1318](https://github.com/PowerShell/vscode-powershell/pull/1318) - |
| 27 | + Update package veresion in lock file, format package.json file. (Thanks @rkeithhill!) |
| 28 | +- [PowerShell/vscode-powershell #1312](https://github.com/PowerShell/vscode-powershell/pull/1312) - |
| 29 | + Updates to Examples PSSA settings file to include more rule config (Thanks @rkeithhill!) |
| 30 | +- [PowerShell/vscode-powershell #1305](https://github.com/PowerShell/vscode-powershell/pull/1305) - |
| 31 | + Make SaveAs work for untitled files |
| 32 | +- [PowerShell/vscode-powershell #1307](https://github.com/PowerShell/vscode-powershell/pull/1307) - |
| 33 | + Added Columns, Improved readability for ToC. (Thanks @st0le!) |
| 34 | +- [PowerShell/vscode-powershell #1368](https://github.com/PowerShell/vscode-powershell/pull/1368) - |
| 35 | + Add new snippet for #region (#1368) (Thanks @lipkau!) |
| 36 | +- [PowerShell/vscode-powershell #1416](https://github.com/PowerShell/vscode-powershell/pull/1416) - |
| 37 | + (GH-1413) Resolve promise correctly in Folding feature (Thanks @glennsarti!) |
| 38 | +- [PowerShell/vscode-powershell #1412](https://github.com/PowerShell/vscode-powershell/pull/1412) - |
| 39 | + Set the extension's log level based on settings value (Thanks @rkeithhill!) |
| 40 | +- [PowerShell/vscode-powershell #1411](https://github.com/PowerShell/vscode-powershell/pull/1411) - |
| 41 | + Escape paths w/single quotes before passing to powershell in single-quoted strings (#1411) (Thanks @rkeithhill!) |
| 42 | +- [PowerShell/vscode-powershell #1409](https://github.com/PowerShell/vscode-powershell/pull/1409) - |
| 43 | + Rename file to match type name (Thanks @rkeithhill!) |
| 44 | +- [PowerShell/vscode-powershell #1408](https://github.com/PowerShell/vscode-powershell/pull/1408) - |
| 45 | + Restore ability to start debug session when script run in PSIC hits breakpoint (Thanks @rkeithhill!) |
| 46 | +- [PowerShell/vscode-powershell #1407](https://github.com/PowerShell/vscode-powershell/pull/1407) - |
| 47 | + Scroll the terminal to bottom for F8 executionPartial fix #1257 (Thanks @rkeithhill!) |
| 48 | +- [PowerShell/vscode-powershell #1414](https://github.com/PowerShell/vscode-powershell/pull/1414) - |
| 49 | + Update grammar parsing for vscode-textmate v4 module (Thanks @glennsarti!) |
| 50 | +- [PowerShell/vscode-powershell #1397](https://github.com/PowerShell/vscode-powershell/pull/1397) - |
| 51 | + Allow debugging in interactive session with no dir change (Thanks @rkeithhill!) |
| 52 | +- [PowerShell/vscode-powershell #1402](https://github.com/PowerShell/vscode-powershell/pull/1402) - |
| 53 | + Move lint directive after the file-header to fix lint error (Thanks @rkeithhill!) |
| 54 | +- [PowerShell/vscode-powershell #1366](https://github.com/PowerShell/vscode-powershell/pull/1366) - |
| 55 | + Add support for side-by-side PS Core preview on Linux/macOS (Thanks @rkeithhill!) |
| 56 | +- [PowerShell/vscode-powershell #1391](https://github.com/PowerShell/vscode-powershell/pull/1391) - |
| 57 | + Add PowerShell Online Help lookup to context menu (Thanks @corbob!) |
| 58 | +- [PowerShell/vscode-powershell #1396](https://github.com/PowerShell/vscode-powershell/pull/1396) - |
| 59 | + Add tslint rule file-header to enforce copyright in TS files (Thanks @rkeithhill!) |
| 60 | +- [PowerShell/vscode-powershell #1355](https://github.com/PowerShell/vscode-powershell/pull/1355) - |
| 61 | + Add syntax aware folding provider (Thanks @glennsarti!) |
| 62 | +- [PowerShell/vscode-powershell #1395](https://github.com/PowerShell/vscode-powershell/pull/1395) - |
| 63 | + Update community_snippets.md (Thanks @fullenw1!) |
| 64 | +- [PowerShell/vscode-powershell #1382](https://github.com/PowerShell/vscode-powershell/pull/1382) - |
| 65 | + Fix markdown syntax (Thanks @lipkau!) |
| 66 | +- [PowerShell/vscode-powershell #1369](https://github.com/PowerShell/vscode-powershell/pull/1369) - |
| 67 | + Update README.md with kbds and what to do if you find a vulnerability |
| 68 | +- [PowerShell/vscode-powershell #1297](https://github.com/PowerShell/vscode-powershell/pull/1297) - |
| 69 | + Added some snippets (#1297) (Thanks @SQLDBAWithABeard!) |
| 70 | + |
3 | 71 | ## 1.7.0
|
4 | 72 | ### Wednesday, April 25, 2018
|
5 | 73 |
|
|
0 commit comments