Skip to content

Commit 1b0c738

Browse files
authored
Merge pull request microsoft#144737 from microsoft/joh/fix/144297
2 parents 66e1515 + 2fd67d3 commit 1b0c738

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/vs/editor/contrib/smartSelect/browser/smartSelect.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ class SmartSelectController implements IEditorContribution {
7979

8080
const selections = this._editor.getSelections();
8181
const model = this._editor.getModel();
82-
if (!this._languageFeaturesService.selectionRangeProvider.has(model)) {
83-
return;
84-
}
8582

8683
if (!this._state) {
8784

0 commit comments

Comments
 (0)