Этот проект зеркально отражен от https://github.com/microsoft/vscode
Зеркальное копирование выполнено
- 10.09.2024 10 коммитов
-
-
deepak1556 создал
-
Benjamin Pasero создал
* Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (fix #227931) * compile
-
Don Jayamanne создал
* Use relative imports in CLI * ignore joins * revert to prevent inlining
-
Simon Siefke создал
* fix: memory leak in debug view * Organize imports * fix: dispose element disposables * automatically dispose element disposables * simplify code * simplify code * format code --------- Co-authored-by:
Rob Lourens <roblourens@gmail.com>
-
Matt Bierner создал
Add Chat symbol anchor proposal
-
Don Jayamanne создал
* Collapse unchanged lines in input/metadata editors of NB Diff view * add comments
-
Tyler James Leonhardt создал
For a long time the account id wasn't handled correctly. It should be a string, but the API returns a number. This ensures it's a string and does some migration logic.
-
Ladislau Szomoru создал
Wire-up the event
-
John Murray создал
* WIP: show hover with actions on preview editor tab * Refactor to support `"workbench.editor.showTabs": "single"` * Manage hover delegates by index to handle closing correctly * Add some dispose calls * Experiment with a quieter hover * Fix problems caused by commented-out code * Safer use of editor title in hover markdown * Subtler link to preview mode doc * Use gear icon and go oto settings editor * Make clickable hover easier to mouse onto * Remove linkHandler experiment * Use simplified hover on single-tab mode too * Simplify now that we aren't adding statusbar commands to hovers * Reinstate lost blank line --------- Co-authored-by:
Benjamin Christopher Simmonds <44439583+benibenj@users.noreply.github.com>
-
Ladislau Szomoru создал
* SCM Graph - clean-up graph rendering * Fix regression with repository picker
-
- 09.09.2024 30 коммитов
-
-
Matt Bierner создал
-
Matt Bierner создал
-
Matt Bierner создал
-
Michael Lively создал
* wordHighlighter: fix queries against disposed models (use URIs) * add blur logic + clear old workerReq logic from when highlighting was only singleFile * imports * dispose models that we ref for the occurrence request * WHOOPS don't do that, it destroys every editor hah
-
Aiday Marlen Kyzy создал
increasing the width to a higher value
-
dependabot[bot] создал
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) and [yargs](https://github.com/yargs/yargs). These dependencies needed to be updated together. Updates `yargs-parser` from 13.1.1 to 21.1.1 - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs-parser/compare/v13.1.1...yargs-parser-v21.1.1) Updates `yargs` from 7.1.1 to 17.7.2 - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/commits/v17.7.2 ) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: indirect - dependency-name: yargs dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Raymond Zhao создал
-
Megan Rogge создал
-
Tyler James Leonhardt создал
This was when extensions used the old localization stuff. None of this is used anymore.
-
Connor Peet создал
-
Connor Peet создал
-
Ladislau Szomoru создал
-
Ladislau Szomoru создал
-
Ladislau Szomoru создал
-
Johannes Rieken создал
* mark result as incomplete in all cases * don't include `#file:` in label * tweak sorting
-
Aiday Marlen Kyzy создал
Reset the focus to the active element prior to the selection change in the EditContext
-
Aiday Marlen Kyzy создал
-
Ladislau Szomoru создал
-
Ladislau Szomoru создал
-
Aiday Marlen Kyzy создал
using the model state instead of view state in native edit context
-
hj создал
chore: rm unreached ignore items when compiling extensions.
-
Sandeep Somavarapu создал
-
Benjamin Pasero создал
* esm - restore ability to `require.resolve` with `paths` * fill in paths
-
Ladislau Szomoru создал
* WIP - saving my work * Extract HistoryItemRef picker * Extract Repository picker * Improve history item ref picker rendering * Refactor color map * Refresh the graph when the filter changes * Push minor fix
-
reset traits after switching model
-
Johannes Rieken создал
* dynamic #file completions, fed from history and file search https://github.com/microsoft/vscode/issues/227946 * signal that there are more suggestions
-
-
Sandeep Somavarapu создал
-
Sandeep Somavarapu создал
-