Этот проект зеркально отражен от https://github.com/microsoft/vscode Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
  1. 17.07.2025 18 коммитов
  2. 16.07.2025 22 коммита
    • Matt Bierner's avatar
      Merge pull request #256256 from andy0130tw/andy0130tw/support-locale-argument-in-tsserver-web
      · d21a5769
      Matt Bierner создал
      Support the locale argument of TypeScript language server on the web version (#256252)
      d21a5769
    • Henning Dieterichs's avatar
    • Henning Dieterichs's avatar
      Updates distro (#256313)
      · 951c66ba
      Henning Dieterichs создал
      951c66ba
    • Henning Dieterichs's avatar
      Fixes type (#256314)
      · 21f01347
      Henning Dieterichs создал
      21f01347
    • Daniel Imms's avatar
      Merge pull request #256310 from microsoft/tyriar/build_broke
      · 2bb5fd3b
      Daniel Imms создал
      Fix public overridden prop
      2bb5fd3b
    • Henning Dieterichs's avatar
      EditReason -> EditSource (#256308)
      · 69c1d082
      Henning Dieterichs создал
      69c1d082
    • Henning Dieterichs's avatar
      edis -> replacements (#256309)
      · e6f1bbf1
      Henning Dieterichs создал
      e6f1bbf1
    • Christy 😺's avatar
      Add worktree command (#255945)
      · 72aaf2bc
      Christy 😺 создал
      
      
      * Basic functionality of adding worktree
      
      * Code refactoring and clean up
      
      * Remove accidentally added submodules
      
      * Specify folder destination
      
      * Remove default worktree path, always prompt for destination instead
      
      * create worktree only displayed in repo's worktree subcommands
      
      * Git - handle another error condition when detecting worktrees (#256278)
      
      * Rework creating worktree flow
      
      * Include worktree name placeholder
      
      ---------
      
      Co-authored-by: default avatarLadislau Szomoru <3372902+lszomoru@users.noreply.github.com>
      72aaf2bc
    • Daniel Imms's avatar
      Fix public overridden prop
      · 89e21172
      Daniel Imms создал
      89e21172
    • Henning Dieterichs's avatar
    • Matt Bierner's avatar
      Merge pull request #256301 from mjbvz/alive-porcupine
      · 844e739f
      Matt Bierner создал
      Pick up TS 5.9-beta for built-in support
      844e739f
    • Aiday Marlen Kyzy's avatar
      Render complex HTML in screen reader content (#249356)
      · 50ca83fa
      Aiday Marlen Kyzy создал
      * Fix advanced line wrap if decorations are present
      
      Decorations may affect line wrapping. For example, they make make the
      text bold, or increase or decrease font size. This wasn’t originally
      taken into account to calculate the the break offsets.
      
      * Support dynamic line heights using decorations
      
      * fixing compiler errors
      
      * placing tests in block comment
      
      * adding logs
      
      * limiting amount of logging
      
      * changikng the font size and the line height directly in the code
      
      * wip
      
      * wip
      
      * removing monaco editor related code
      
      * wip
      
      * wip
      
      * wip
      
      * adding wip
      
      * setting doc as internal
      
      * pushing to text to the bottom
      
      * adding support for font size
      
      * placing at the end
      
      * fixing tests
      
      * adding likne height setting
      
      * adding comments
      
      * adding todo
      
      * overriding the font size in sticky scroll
      
      * making sticky scroll also use the editor lines heights
      
      * updating sticky scroll on decoration change, investigating lines
      
      * removing changes for font size, focusing on line height changes
      
      * adding code
      
      * adding css changes to position text at the bottom
      
      * adding also the chnages for demo
      
      * adding code
      
      * making content widgets correctly position themselves
      
      * adding css changes to sticky scroll
      
      * adding more methods
      
      * adding code
      
      * polishing
      
      * adding code
      
      * polishing
      
      * adding css to sticky scroll
      
      * fixing bug
      
      * remove testing code
      
      * fixing tests
      
      * removing extension surfacing
      
      * removing part of doc string
      
      * removing line height from renderLineInput
      
      * directly getting the line heights from the view context, not the viewport data
      
      * remove special line heights from the viewModel
      
      * adding new events for line height changes
      
      * adding back line height into renderLineInput
      
      * wip
      
      * polishing
      
      * refactore viewmodelimpl
      
      * updating the special line height listener on model change
      
      * clearing when model is not defined
      
      * take into account line height in ime
      
      * fixing the offset error
      
      * adding height
      
      * making the decorations render full height
      
      * take into account line height in cursor
      
      * fixes the context menu not showing at the correct position
      
      * centering the folding icon
      
      * line height
      
      * adding code in order to continue investigation
      
      * Revert "adding code in order to continue investigation"
      
      This reverts commit 1a44ac3d
      
      .
      
      * updating the line heights on editing
      
      * using view positions instead of model
      
      * fixing compiler error
      
      * surfacing through editor
      
      * adding code
      
      * adding code
      
      * adding beginning of code
      
      * adding code
      
      * adding code
      
      * adding code which commits and recaclulates the data
      
      * allowing to insert or change a special line height
      
      * polishing
      
      * adding logs
      
      * separating the logic of user insertion/deletion and decoration changes
      
      * adding code for testing
      
      * fixing runtime errors
      
      * adding code
      
      * adding elements before invalid index
      
      * fixing indices
      
      * adding code
      
      * removing console logs
      
      * adding code
      
      * removing logs in file
      
      * adding changes to sticky lines
      
      * fixing line insertion
      
      * updating correctly on insert and on delete
      
      * adding code to send initial edit
      
      * adding code
      
      * fixing insertion
      
      * adding edits
      
      * adding content changes
      
      * updating the indices
      
      * polishing
      
      * differentiating between case when actually lines are deleted and when not
      
      * modified code for deletion to take into account new special maximum height
      
      * fixing the indices
      
      * adding code
      
      * adding fix
      
      * changing the insertion logic
      
      * removing logs
      
      * removing logs
      
      * removing code that removes the decorations
      
      * setting correct line height
      
      * removing line height from RenderLineInput
      
      * cleaning
      
      * converting to string
      
      * undoing css change, setting line height also on the folding icon
      
      * set line height in the renderLine method
      
      * polishing
      
      * polishing
      
      * changing deletion logic
      
      * adding code to test
      
      * removing testing code
      
      * fixing candidate
      
      * polishing
      
      * adding font infos
      
      * polishing
      
      * adding remaining values of barefontinfo
      
      * =choosing right line for rendering depending on if there is a special font on the given line
      
      * rewriting font decoration logic
      
      * setting different border for testing
      
      * fixing scroll top
      
      * set variable to make the font size never be larger than the line height
      
      * adding code which sets the font size of the ghost text
      
      * adding overflow hidden in order to fix the font size overfkiw
      
      * updating widget height using the height of the rendered sticky lines
      
      * aligning items in the center
      
      * =fetching the correct font info
      
      * computing the correct left position depending on the font siue within the div
      
      * placing the text area also so the text aligns
      
      * adding check so inline completions are always visible
      
      * adding wip
      
      * using same structure as line heights
      
      * fixing errors
      
      * polishing
      
      * wip
      
      * adding code for insert
      
      * =refactoring
      
      * investigating the line breaks
      
      * save break data
      
      * adding code to determine line breaks based on font info
      
      * wip
      
      * removing code because will use other approach
      
      * adding logs
      
      * adding back logic for font decorations on text model
      
      * using the renderViewLine code for the line breaks
      
      * wip
      
      * adding monaco.ts changes
      
      * fixing merge issues
      
      * making line breaks work
      
      * dom breaking now works
      
      * adding code to reflect font info changes in the custom font manager
      
      * using other rendering tactic
      
      * adding code to rerender the line type
      
      * adding code
      
      * removing custom font manager
      
      * using model line number instead in the constructLines method
      
      * using model line number also for model whitespaces
      
      * adding code in order to make the native edit context show also the same rendered line for the screen readers
      
      * setting the correct range
      
      * resetting the code for text area edit context and disabling custom fonts when text area is used
      
      * cleaning the code a bit
      
      * wip
      
      * making the screen reader support use the font sizes from the rendered view line
      
      * screen reader
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * adding renderwhitespace from editor config
      
      * wip
      
      * remove the code for font
      
      * adding code
      
      * wip
      
      * fetching the relevant font size in the text area code
      
      * adding code from other pr
      
      * wip
      
      * writing screen reader content
      
      * adding code
      
      * using character mapping inthe dom line breaks computer
      
      * wip
      
      * removing accessibility service check
      
      * =wip
      
      * wip
      
      * wip
      
      * adding wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * fixing bug
      
      * adding logs
      
      * wip
      
      * adding code
      
      * adding code
      
      * wip
      
      * wip
      
      * adding code
      
      * updating the editor options
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * refactoring
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * polish
      
      * polish
      
      * adding method for updating scroll top
      
      * chaing option
      
      * removing included value
      
      * setting propperty
      
      * Add new member to equality
      
      * Avoid memory leaks
      
      * Make sure `_accessibilityPageSize` is initialised
      
      * Ensure _accessibilityPageSize gets initialized
      
      * Simplify code
      
      * Fix NPE
      
      * Clamp lines to line count
      
      * Do not turn on `renderRichScreenReaderContent` by default until we test it
      
      * Add explicit reference to ISimpleModel in the IViewModel
      
      ---------
      
      Co-authored-by: default avatarRemco Haszing <remcohaszing@gmail.com>
      Co-authored-by: default avatarAlexandru Dima <alexdima@microsoft.com>
      50ca83fa
    • Matt Bierner's avatar
      Fix a few expect error and bump web version
      · cdc005d1
      Matt Bierner создал
      cdc005d1
    • Martin Aeschlimann's avatar
    • Matt Bierner's avatar
      Pick up TS 5.9-beta for built-in support
      · e624e6ae
      Matt Bierner создал
      e624e6ae
    • Copilot's avatar
      mcp: forward log level changes to MCP servers
      · a43ce7a6
      Copilot создал
      
      
      Fixes #256267
      
      * Initial plan
      
      * Implement MCP server log level forwarding
      
      Co-authored-by: default avatarconnor4312 <2230985+connor4312@users.noreply.github.com>
      
      * Add tests for MCP server log level functionality
      
      Co-authored-by: default avatarconnor4312 <2230985+connor4312@users.noreply.github.com>
      
      * Move log level forwarding to McpServerRequestHandler and clean up imports
      
      Co-authored-by: default avatarconnor4312 <2230985+connor4312@users.noreply.github.com>
      
      * properly
      
      ---------
      
      Co-authored-by: default avatarcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
      Co-authored-by: default avatarconnor4312 <2230985+connor4312@users.noreply.github.com>
      Co-authored-by: default avatarConnor Peet <connor@peet.io>
      a43ce7a6
    • Rob Lourens's avatar
      Fix non-panel chat surfaces (#256290)
      · 2ebd246b
      Rob Lourens создал
      2ebd246b
    • John Murray's avatar
      Add `SecretStorage.keys()` as proposed API (#252804)
      · 18cf8067
      John Murray создал
      * Add `SecretStorage.keys()` as proposed API
      
      * Make keys() optional; throw if used when unimplemented
      
      * Handle another case where keys() may be unimplemented
      18cf8067
    • Tyler James Leonhardt's avatar
    • Ladislau Szomoru's avatar
    • Ladislau Szomoru's avatar
      c0ceb8ca
    • Daniel Imms's avatar
      Merge pull request #255804 from microsoft/tyriar/252650
      · b9ca682b
      Daniel Imms создал
      Move run in terminal tool to core
      b9ca682b