Skip to content

Commit 6e68120

Browse files
committed
v1.16.1
- VS Code: Attempt to prevent rare "TextEditor has been disposed" error (#100) - Lua: Support `--[=[` block comments (#290) - MDX files: Treat as Markdown. - Support Prisma (#306)
1 parent 1c0052f commit 6e68120

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)
22

33

4+
### 1.16.1
5+
6+
- VS Code: Attempt to prevent rare "TextEditor has been disposed" error (#100)
7+
- Lua: Support `--[=[` block comments (#290)
8+
- MDX files: Treat as Markdown.
9+
- Support Prisma (#306)
10+
11+
412
## 1.16.0
513

614
- New architecture (still WIP) with performance increase.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For <a href="https://marketplace.visualstudio.com/items?itemName=stkb.rewrap"><b
88
<a href="https://open-vsx.org/extension/stkb/rewrap"><b>Open VSX</b></a> and
99
<a href="https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980">
1010
<b>Visual Studio</b></a>.<br/>
11-
Latest stable version <b>1.16.0</b> / pre-release <b>17.x</b> /
11+
Latest stable version <b>1.16.1</b> / pre-release <b>17.x</b> /
1212
<a href="https://github.com/stkb/vscode-rewrap/releases">changelog</a>
1313
</td></tr></table>
1414

@@ -19,8 +19,7 @@ Latest stable version <b>1.16.0</b> / pre-release <b>17.x</b> /
1919

2020
The main Rewrap command is: <sn>**Rewrap Comment / Text**</sn>, by default bound to
2121
`Alt+Q`. With the cursor in a comment block, hit this to re-wrap the contents to the
22-
[specified wrapping column
23-
](https://stkb.github.io/Rewrap/configuration/#wrapping-column).
22+
[specified wrapping column](https://stkb.github.io/Rewrap/configuration/#wrapping-column).
2423

2524

2625
## Features

vs/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.16.0.300" Language="en-US" Publisher="stkb" />
4+
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.16.1.0" Language="en-US" Publisher="stkb" />
55
<DisplayName>Rewrap</DisplayName>
66
<Description xml:space="preserve">Re-wraps comments and other text</Description>
77
<MoreInfo>https://github.com/stkb/Rewrap</MoreInfo>

vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"paragraph",
1313
"multi-root ready"
1414
],
15-
"version": "1.16.0",
15+
"version": "1.16.1",
1616
"publisher": "stkb",
1717
"icon": "logo.png",
1818
"repository": {

0 commit comments

Comments
 (0)