Skip to content

Commit 9fabf47

Browse files
Enable Sort Selection on a remote host (#878)
* Enable Sort Selection on a remote host * Update changelog
1 parent 0b83e8d commit 9fabf47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.11.x (Pre-Release)
44

5-
- Nothing yet
5+
- Enable Sort Selection on a remote host (#878)
66

77
## 0.10.2
88

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{
6565
"command": "tailwindCSS.sortSelection",
6666
"title": "Tailwind CSS: Sort Selection",
67-
"enablement": "editorHasSelection && resourceScheme == file && tailwindCSS.activeTextEditorSupportsClassSorting"
67+
"enablement": "editorHasSelection && (resourceScheme == file || resourceScheme == vscode-remote) && tailwindCSS.activeTextEditorSupportsClassSorting"
6868
}
6969
],
7070
"grammars": [

0 commit comments

Comments
 (0)