* Fix line comment action for makefiles (Fixes#234464)
Pass languageId to _analyzeLines to distinguish makefiles
from the rest of the languages.
Add test to _analyzeLines specifically for makefiles.
* Remove hardcoded string. Apply fix at LanguageConfigurationService. Add comment rule to specify fixed column token placement. Change test scope to test line command instead of just testing the _analyzeLines method.
* change added field to use bool instead of user-chosen offset
* add check to remove comment detection
* add check to following space removal
* update branch. add config interface for new noindent option. adapt existing logic for new config format.
* fix small issue with following space removal
* polish
---------
Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
* update colors for icon labels to meet accessibility color contrast requirements
* - update colors for added and removed labels to pass color contrast requirements
- added the used tokens to vscode-known-variables
* fixing margin-left
* update editor gutter colors for added and deleted resources, removed the previously added gitDecoration tokens from known variables
* update editor gutter colors for added and deleted lines in dark_modern and updated the fallback colors for editorGutterDeletedBackground
* undoing changes to editorGutterAddedBackground and editorGutterDeletedBackground
* add foreground colors for added and deleted lines in chat code blocks in chatColors.ts
* add chat foreground colors for added and deleted lines in vscode-known-variables.json
* rename chat color variables for added and removed lines in chat code block pill
---------
Co-authored-by: Justin Chen <54879025+justschen@users.noreply.github.com>
* Initial plan for issue
* Fix cell reveal when followCellExecution enabled and notebook tab not active
- Add ensureNotebookEditorVisible function to bring notebook tab into view before revealing cells
- Modify runCell function to ensure notebook editor is visible when autoReveal is enabled
- Update all runCell calls to pass editorService for finding and opening notebook editor
- Fixes issue where cells were not revealed when notebook tab was not currently active
Co-authored-by: Yoyokrazy <12552271+Yoyokrazy@users.noreply.github.com>
* whitespace
* rm obvious comment + revealIfOpened
* the actual correct solution
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Yoyokrazy <12552271+Yoyokrazy@users.noreply.github.com>
Co-authored-by: Michael Lively <milively@microsoft.com>
* bulk query marketplace, add telemetry
* send telemetry on non-zero missingcount
* more useful telemetry
* telemetry for queriedIds and missingIds
* no need for an extra loop
* directly query for extension version before declaring it missing
* always fire event
* show missingFromGallery even when extension is disabled or not running
* whitespace