We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b83e8d commit 9fabf47Copy full SHA for 9fabf47
packages/vscode-tailwindcss/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## 0.11.x (Pre-Release)
4
5
-- Nothing yet
+- Enable Sort Selection on a remote host (#878)
6
7
## 0.10.2
8
packages/vscode-tailwindcss/package.json
@@ -64,7 +64,7 @@
64
{
65
"command": "tailwindCSS.sortSelection",
66
"title": "Tailwind CSS: Sort Selection",
67
- "enablement": "editorHasSelection && resourceScheme == file && tailwindCSS.activeTextEditorSupportsClassSorting"
+ "enablement": "editorHasSelection && (resourceScheme == file || resourceScheme == vscode-remote) && tailwindCSS.activeTextEditorSupportsClassSorting"
68
}
69
],
70
"grammars": [
0 commit comments