Skip to content

Conversation

@aasimkhan30
Copy link
Contributor

@aasimkhan30 aasimkhan30 commented Nov 13, 2025

Description

Fixes: #19545

Got the regexes from ADS. https://github.com/microsoft/azuredatastudio/blob/ee52915d1017a5ecaaafc71cc890d7621e499c91/src/vs/editor/common/core/wordHelper.ts#L10-L12

Code Changes Checklist

  • New or updated unit tests added
  • All existing tests pass (npm run test)
  • Code follows contributing guidelines
  • Telemetry/logging updated if relevant
  • No regressions or UX breakage

Reviewers: Please read our reviewer guidelines

@github-actions
Copy link

github-actions bot commented Nov 13, 2025

PR Changes

Category Target Branch PR Branch Difference
vscode-mssql VSIX 5264 KB 5265 KB ⚪ 1 KB ( 0% )
sql-database-projects VSIX 5627 KB 5627 KB ⚪ 0 KB ( 0% )

@codecov-commenter
Copy link

codecov-commenter commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.83%. Comparing base (55a828d) to head (f1c1698).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #20562   +/-   ##
=======================================
  Coverage   64.83%   64.83%           
=======================================
  Files         210      210           
  Lines       19443    19443           
  Branches     2472     2472           
=======================================
  Hits        12606    12606           
  Misses       6752     6752           
  Partials       85       85           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

kburtram
kburtram previously approved these changes Nov 18, 2025
Copy link
Member

@kburtram kburtram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't try to parse the regex but if you copied from ADS they should be good

laurenastrid1
laurenastrid1 previously approved these changes Nov 19, 2025
lewis-sanchez
lewis-sanchez previously approved these changes Nov 19, 2025
@aasimkhan30 aasimkhan30 merged commit a8db9fe into main Dec 1, 2025
3 checks passed
@aasimkhan30 aasimkhan30 deleted the aasim/fix/19545 branch December 1, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Select variable name including "@" prefix when double-clicked

6 participants