Releases: OutSystems/vscode
Releases · OutSystems/vscode
v20231012.1
v20230502.3
v20230502.1
v20230428.1: AddConditionalToSurroundingPairs2
v20220525.1
Changes:
- 75e0085 Update version based on npm info
- e5a9732 Update pipeline
- fbc3d68 Apply OS changes (#21)
- 5a1b499 Go back to using
setImmediate
for background tokenization (microsoft#138887) - 93376c6 Fixes microsoft/monaco-editor#2822
- 7db1a2b revert changes to User agent header (microsoft#138556)
- 9580998 make sure theme is loaded when restoring it. Fixes microsoft#138422 (microsoft#138512)
- 7e87a08 Use a unique authority for desktop webview too (microsoft#138529) [ microsoft#138409 ]
- 022e0ab Merge pull request microsoft#138428 from microsoft/roblou/fixCellEditorFocus
- b5ae100 Fix microsoft#138427
This list of changes was auto generated.
v20220518.1
Changes:
- f60b70c Update pipeline
- 4b03794 Apply OS changes (#21)
- 8ad5e3b Fixes microsoft/monaco-editor/issues/2941: Set singleton service descriptors that were registered later
- 4a4c17c debug: fix action bar input being hidden (microsoft#142230) [ microsoft#142010 ]
- 5554b12 Fix comments can't be updated (microsoft#142013) [ microsoft#142012 ]
- 4ccfe11 Merge pull request microsoft#141951 from microsoft/tyriar/r1_64_param_hints
- 090d1ad Ensure parameter hints z-index is lower than suggest [ microsoft#141947 ]
- 96e996a Merge pull request microsoft#141929 from microsoft/joh/fix504
- ce199e6 Merge pull request microsoft#141926 from microsoft/sandy081/fix141910
- 86b667a Revert "fix microsoft#140907"
See More
- 82329fb Fix microsoft#141910
- 61b42a3 Trim characters off match instead to get key, fixes microsoft#141614 (microsoft#141818)
- a853936 Revert "support file llink"
- 4823538 Bump distro
- 22fc043 Revert "fix microsoft#141686"
- d4e08c8 microsoft#141054 enable the tests and keep debugging
- b8178e3 Fix microsoft#141439
- 22e1d42 Fix microsoft#141434
- 163dd4f Dont require steps to be defined [ microsoft#141603 ]
- c0172e7 Revert
- 56865d9 Merge pull request microsoft#141679 from gregvanl/linkFixes
- cab791b Temporary window shift
- 8fa7a73 Disable windows adjustment for active indicator (Refs microsoft#140647)
- 4af3e14 fix microsoft#141686
- 9990fa9 💄 [ microsoft#141582 ]
- e95f414 Clean up unused method, re microsoft#139541
- fdd5c84 Avoid lookbehind in regexp [ microsoft#141689 ]
- 4bdfc9a type -> interface
- ae08924 readonly
- 2076c0a Fix microsoft#141477
- 579c116 fixes microsoft#141471
- c68d433 copy & continue. Fixes microsoft/vscode-internalbacklog#2613
- 1b9ddd3 Revert "create process in an empty workspace when cwd is userHome (microsoft#141660)"
- c3b73d3 Fix
undefined
s in text search results (microsoft#141522) - 1a57cb8 Use fully qualified names in @link
- f21479e testing: fix inline decoration overlap
- f811558 refs microsoft#137633
- 7291704 tweak setting language
- 5725c6b Update Codicons: Add modes and menu bar
- 870bbbf Update typescript-eslint/experimental-utils [ microsoft#141653 ]
- 2438af8 debug: bump js-debug
- c606c77 Improve auto replies config more [ microsoft#141666 ]
- ef1ae95 Support null in auto replies setting [ microsoft#141666 ]
- 947f2b5 tty for ./scipts/code-server
- 4f27425 --help should read better
- 8aa58ce Update shell integration config description [ microsoft#141308 ]
- 56718a1 Fixes microsoft#140490 by always using
cursor:text
on macOS instead of our custom cursor. Since macOS Catalina the native cursor has a white border which makes it work well on dark themes, making our custom cursor not necessary. Also, macOS High Sierra is no longer officially supported by Apple (ref microsoft#96946) - a58b538 create process in an empty workspace when cwd is userHome (microsoft#141660)
- 9b0917d Merge pull request microsoft#141650 from microsoft/tyriar/141615
- 4c83b11 Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
- 3cc9dd4 Allow richer commands in get started entries
- fe333b3 await open editor
- 718af04 Merge pull request microsoft#141572 from microsoft/sandy081/extensionResourceHandler
- e7d99f3 fix microsoft#141633
- 6c48bde fix typos
- 7cfeb2c Update description (microsoft/vscode-remote-release#6184)
- 36a510e Fix microsoft#141331
- f0c9dd6 Update scripts to point to
tsc
one folder up - 8211dc3 Fixes microsoft#140367: Take into account horizontal padding when layouting the editor
- 61f0872 Better align simple options with
<input>
s - fe79871 Use
display:none
when overview ruler is turned off - e146c5f fix typo
- fe1fe13 Merge pull request microsoft#141647 from microsoft/tyriar/140761
- f602b1c server: port range is end inclusive, improve validation
- ad6d175 Fixes microsoft#25221: Render line highlights for all cursors
- 5b70b99 Reduce duplication
- eb0fb33 Inconsistent single quotes use in --help (same for code --help)
- d5dda6f Ensure quick pick is closed on view output [ microsoft#141615 ]
- 82dac48 Reveal panel/editor when running a recent command/dir [ microsoft#141619 ]
- 165788b Match z-index on parameter hints to the hover [ microsoft#140761 ]
- 5c6672c Remove terminalLocation from api proposal list [ microsoft#141645 ]
- d41298c fix microsoft#141299
- 8b5368e Fixes microsoft#141638:
-command
rules should only remove default rules - 048c70d Revert "always set aria-selected, even for listbox"
- 7d47cd2 fix microsoft#141643
- be5b4fc Fixes microsoft#69391: Reserve extra bottom padding when the hover has a horizontal scrollbar
- 4f7ceb5 Merge branch 'main' into sandy081/extensionResourceHandler
- 362a2ca cache resourceUrlTemplate Uri
- 56291ed - Check if URL is pointing to the right service
- 1c2f442 Fixes microsoft#138746.
- ffdeff7 show error when inlay hints command fails, annotate error with source (e.g extension name), fixes microsoft#141588
- 4f9c935 Startup dialog goes through the request service (microsoft#141592)
- b297fc9 Remove stale comment [ microsoft#140878 ]
- 3dda6ea add customize layout icons [ microsoft#137633 ]
- 33fd4dc Adding video tutorials to get started
- 7c7b4a7 Instrument watermark opening
- 3683dbd fixes microsoft#141552
- 6c03ba9 fixes microsoft#141432
- 36c2ee2 refs microsoft#141426
- fe87616 Close microsoft#141555
- 8aab237 Add link to sort description
- 0f69073 unused import
- d7a80ad fixes microsoft#141404
- 877c962 fixes microsoft#141398
- ddb419c Close microsoft#141465
- bd667f4 Fix import path
- 1f61387 update layout state prefix [ microsoft#141372, microsoft#141376, microsoft#141374 ]
- f30dba5 Bumping eslint versions (microsoft#141121)
- 33dc880 fix Terminal: Cannot refresh property when process is undefined microsoft#141288
- 516270b fix microsoft#141294
- fb6144b feedback
- e227074 compositePart should use createActionViewItem helper [ microsoft#141399 ]
- ed452eb Cell fold hint fixes
- d8d34e0 Change notebook markdown fold hint to a CellPart
- 74ea881 update doc
- d44362c Fixes microsoft#139877: Allow
DomScrollableElement
to use float scroll values - 3ba94c9 Only show link commands if a terminal has been created [ microsoft#141593 ]
- 5df75bb make terminal output readonly (microsoft#141601)
- c0f3ff6 Emit event with valid range
- 38d17ab update terminalLinkManager's processCwd when cwd changes with shell integration on (microsoft#141595)
- ec9670e Fix microsoft#141469
- 29db1d8 fix microsoft#141515.
- c32b9a6 Add setting to control repository scan
- 4c76c01 Improve names and documentation for
TokenizationStateStore
- 18e6567 Extract
ContiguousGrowingArray
- e274292 Rearrange methods
- 44f7998 Move
tokenizationSupport
inside `Toke...
v20220517.3
Changes:
- f8c79f0 Update pipeline node js version
- fb09fff Update pipeline
- 3fa5241 Apply OS changes (#21)
- 955fc38 bump version
- 3bac536 Disable flaky search smoke test microsoft#137195
- a44d73c Extract
LineSelectionAction
to its own file - 9456805 Merge pull request microsoft#135917 from laurentlb/master
- 4102107 Merge remote-tracking branch 'origin/main' into pr/laurentlb/135917
- 3a33723 Merge pull request microsoft#137508 from microsoft/hediet/unicode-highlighting
- cce6229 Catch and swallow errors during terminal persistence (microsoft#136804) [ microsoft#137468 ]
See More
- 8d71bec Merge remote-tracking branch 'origin/main' into hediet/unicode-highlighting
- 5128d2c Avoid conflicting scopes and commandIds in quiet logins from Accounts (fix microsoft#137601) (microsoft#137613)
- 00e466b fix microsoft#137365
- c084b6c add contribViewsRemote-proposal to api-tests extension
- 2fc6cc9 chore: fix perf hook integration with node environment
- b5b33d1 Improves performance of regex by only breaking on invisible or ambiguous characters.
- df082d6 Fixes schema.
- 479cc2c add --help and --version to server CLI. For microsoft#137658
- d159ea1 improve json language indicator
- b4a6b08 Merge pull request microsoft#137646 from microsoft/alex/adopt-run-when-idle
- 7dabffd * boolean -> boolean|DeriveFromWorkspaceTrust (with DeriveFromWorkspaceTrust being the default)
- 01d105b Add SCM contribution to manage context key for active resource changes (microsoft#137297)
- 145e380 Fix copy in process explorer [ microsoft#137597 ]
- 0dce469 Don't force a tab refresh when doing a terminal tabs layout [ microsoft#133635 ]
- 74e7864 Fix ctrl+delete to correctly send alt+d (ESC + d) [ microsoft#136994 ]
- 9d56323 Extract the workaround for
setTimeout
artificially being delayed by 4ms to a separate function. - dee69dc build: ⬆️ gulp-atom-electron
- 9bd899f Check the active element also when 'focusin' or 'focusout' bubble. [ microsoft/monaco-editor#2339 ]
- 2fa5d4f Adopt
runWhenIdle
(microsoft#133173) - 7be48d5 🆙 web playground
- 5349b09 Adds themable colors for minimap and overview ruler.
- aa21039 🆙 iconv-lite
- 6b07ef8 Partially revert 20fc985 due to failing integration tests
- 20fc985 Adopt
queueMicrotask
(microsoft#133173) - 3c0f5b2 Fixes microsoft#134234: Remove
__uniqueWebWorkerExtensionHostOrigin
option - 05012ac update nb doc.
- 3bd8556 support dynamic label rendering.
- 4e303fc fix microsoft#137590
- 6729fbb only focus when showing panel if active instance is not an extHost terminal
- 2e636de editors -
clearInput
beforesetInput
(microsoft#34697) - 6825c88 debt - adopt more
DeferredPromise
- 6358042 process explorer - improve detection logic of window kind (microsoft#137427)
- ce15e23 fix microsoft#128289
- 8d1b714 disable local echo when local by default (microsoft#137588)
- fe1958c reset terminal name when empty title is provided (microsoft#137589)
- 6add87d Fixes microsoft#132912: Insert a neutral character to check what its token type would be when deciding to auto-close a pair
- 1b7a0df Minor refactorings
- 97aa083 Simplify logic dealing with the case when the character is already typed (the composition end case)
- 94d07f1 Add comments and rename variables
- cae6e66 Reduce usage of
allow-any-unicode-next-line
- 981ab5e Update to Unicode 14.0.0
- 6f2ad19 More RBAC usage (microsoft#137579)
- 1d88390 Remove type hints
- 6b1a058 Improve running on
https
- a67d90a Merge pull request microsoft#136620 from filiptronicek/ft/fix-136619
- 27a61bd Small tweaks
- 6bfc0b1 Merge remote-tracking branch 'origin/main' into pr/filiptronicek/136620
- 165611d CellParts for markdown.
- 02e3a81 Merge pull request microsoft#137561 from rchiodo/rchiodo/renderer_iw
- 36adb23 CellPart#renderCell.
- f57aaeb progress bar listener.
- a36f097 Fix jupyter issue 8316 - Jupyter renderer extension not used for IW
- 6fc3332 Use
runWithFakedTimers
in more tests [ microsoft#135075 ] - aa81077 Speed up tests with take timers [ microsoft#135075 ]
- edfee5c Reduce delay in test [ microsoft#135075 ]
- 03f1fc5 Spelling
- 4c83c13 Reduce timeout [ microsoft#135075 ]
- bbc10af Improving ux for search in webviews on web
- e784e88 Update setting name to be more extensible in the future
- 9939a82 Add separator for TS version quick pick
- fa12665 Removing gating for ts args
- 75c202e Don't send over npmLocation on web
- 3c7bc14 Fix terminal find z index [ microsoft#137017 ]
- 2f7ab5c Disable should update color of the tab
- ec4b7e1 Fix fetching remote backends for attach session command [ microsoft#136064 ]
- 9ed1645 Fix terminal grace time constants in remote [ microsoft#136064 ]
- 6123d78 [json] use uri helpers
- 9a97289 redundant layout change of cell status bar.
- f13f583 [json] when downloading JSON Schema files, do Conditional GETs. Fixes microsoft#101050
- d3aabc5 remoteCli: support opening new windows, including other remotes and locals. Fixes microsoft#137529
- cc30f1f windowsMainServer: reuse doOpenEmpty & include arguments in traces
- c28aeab add verbose to remoteCli
- 6b52ad8 Fix microsoft#136774
- b33ab96 Move progress bar to cell part.
- 30aa385 fixes microsoft#137523
- bd93a73 prepare layout.
- 0b35337 Merge pull request microsoft#137486 from microsoft/rebornix/single-cell-em
- 08aeb7f Update input options to include hover feedback (Fixes microsoft#137441)
- c07710f 🆙 sudo-prompt
- a320e4c call resolveWorkspaceSymbol when the provider has it, no more incomplete locations, microsoft#69558
- 2d29ba7 Don't render invisible characters in hover (including bidi control characters).
- 8aeceae Fixes nits from code review.
- 1b5c8e1 Bump distro
- a71275a increase smoke test limits
- e53aa2a fix snap
- 023ed3f Adds SimpleWorkspaceTrustManagementService to provide IWorkspaceTrustManagementService to monaco editor contributions.
- 2ec3bfc builds: disable caching
- 96cc3b8 Disable should respect dimension overrides again [ microsoft#137155 ]
- a3f6aad Fixes microsoft#117264: Abandon tokenizing a line after 500ms if possible.
- 4970694 Use
dist
fromjschardet
and not sources - b61578f Implements highlighting of unicode characters.
- f5be473 fix snap build
- e16fcb1 Merge pull request microsoft#137471 from mamphis/multiple_codicons_for_line
- fb7ebd3 Style::debug.contribution: change content of breakpoint+stackframe
- f8dd92c glyphMargin: Reverted previous change
- ddbda4c tests - enable crash reporter for electron based unit tests
- b8357ed Restore
Text Mate Syntax Grammar Logging
functionality (microsoft#117264) - 780cf1c fix snap build
- 3a81c25 watcher - mitigate microsoft#137430
- cd0e926 hide _jso...
v20210902.3
Changes:
- 26f5f1e Update os-monaco-core-pipeline.yml for Azure Pipelines
- 71aeea7 test
- 03b7199 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 04123c7 Update os-monaco-core-pipeline.yml for Azure Pipelines
- b7b9bd4 Merge pull request #1 from OutSystems/ide/bugfix/rmac-7227/shadow
- 7ca7e72 add version bump
- acc1835 fix d&d on shadow dom
- 86f0be4 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 34ea061 Removing the @OutSystems prefix
This list of changes was auto generated.
$(TagName)
Changes:
- 1d7fd65 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 0d00298 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 0ce8290 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 29153b0 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 21310db Update os-monaco-core-pipeline.yml for Azure Pipelines
- 53283d6 Update os-monaco-core-pipeline.yml for Azure Pipelines
- a1b973a Update os-monaco-core-pipeline.yml for Azure Pipelines
- ddf02c2 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 2d9c0e3 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 1463392 Update os-monaco-core-pipeline.yml for Azure Pipelines
See More
- 08cd4d7 Update os-monaco-core-pipeline.yml for Azure Pipelines
- 72d1833 Moving yml file
- 7f7317b Adding pipeline for Monaco Build
- 4637aed Applying Outsystems changes
- b251bd9 update version
- a0ac0d0 when merging suggestions use clipboard from previous set, better fix for microsoft#102330
- 55ed577 Allow using node 14
- 67b5a81 update version
- cf5859a Remove unnecessary interfaces
- 8e546a5 Revert "Fix microsoft#90890"
- 1bae0de Fixes microsoft/monaco-editor#2144
- d09f920 update version
- 29ce77d Fixes microsoft/monaco-editor#2140: Do not create a global style sheet unless needed
- a57313d update editor version
- 1dab1fd Fixes microsoft/monaco-editor#1861: Try to align
deltaY
wheel event values on Firefox on Windows and Linux - 99d459a Use an object url to fix cross-origin workers in Safari (see microsoft/monaco-editor#2110)
- a360800 Fixes microsoft/monaco-editor#2080: Do not render "Quick Fixes..." in hovers of read only editors
- 5b6708d When completions show, trigger completions when entering a new word but only from inactive providers, microsoft#106573
- e710d69 Revert more specific class names for editor tokens [ microsoft#103485, microsoft#106261 ]
- af09003 Update the loader (fixes microsoft/monaco-editor#2044)
- b89779e Fixes microsoft/monaco-editor#2081: Dispatch Escape via keybinding service in tree
- 9e6c313 Use
ConsoleLogService
asILogService
in standalone editor - cba0b47 Fixes microsoft/monaco-editor#2049
- edce32e Fixes microsoft/monaco-editor#680: Add
tabIndex
option - 6f59481 Add a temporary implementation for semantic tokens styling (for microsoft/monaco-editor#1833)
- 6164f3a Fixes microsoft/monaco-editor#2096
- 4df1bdc Fixes microsoft/monaco-editor#2091
- 7c28cc3 fix fonts in monaco menu
- 5f9d37c Fixes microsoft/monaco-editor#2040
- f52a7be Fix unit test
- f3db9f1 Fixes microsoft/monaco-editor#1971: Expose onDidAttemptReadOnlyEdit
- 091d611 Remove
monaco-workbench
for CSS rules needed also in the standalone editor (fixes microsoft/monaco-editor#2016) - 162af3b Fixes microsoft/monaco-editor#2025
- d824072 Fixes microsoft/monaco-editor#1968: Let the editor know that the suggest widget is hidden
- f7c5fc7 Custom hover keeps lingering around (microsoft#106228) [ microsoft#106096 ]
- e4256dd debug: update js-debug
- d9e2c45 Use uri label as fallback for resources without a tooltip [ microsoft#106007 ]
- 231e2b2 💄
- e1b1a41 Merge pull request microsoft#106119 from microsoft/aeschli/103949
- 61842a1 Merge branch 'master' into aeschli/103949
- 0cbdd5e missing settings change events from FileUserDataProvider
- 6b660bd Only show custom tree hovers on icon and label, not actions [ microsoft#106105 ]
- fe9d6d9 deprecate authenticationSessionId
- f0f42ed fix config based recommendations when there are no workspace recommendations
- a957b73 Removed unused delay memeber from tree
- ffae04a Better match native hover delay in custom tree hovers [ microsoft#106102 ]
- 7bbd494 fixes microsoft#104931
- 45c70c2 Fixes microsoft#83672
- 6f223f2 notebooks: remove redundant type in union
- 6e4af7e fixes microsoft#105734
- cbb179a Bump bl from 4.0.2 to 4.0.3
- 674ed70 Fixes microsoft#106051: Make sure to have a stronger selector than the mtk ones
- 7396cb1 Have the Toggle Keyboard Shortcuts Troubleshooting action open the renderer log
- e952b9c Do not trace all dispatches
- 616afa9 Merge pull request microsoft#106038 from microsoft/lszomoru/color-setting
- 9f83ea5 fix microsoft#106008.
- 74c0ce0 Add new github browser extension id to allow list
- 3a9fbf4 💄
- e2f63c9 Revert "fix microsoft#105923."
- 23c359d Fix microsoft#105414
- 215c9da Fix tree hover position [ microsoft#106010 ]
- fda9471 fixes microsoft#106025
- c367d61 fixes microsoft#105977
- fd913ac fixes microsoft#105863
- 6df356f add
--trusted-types
flag toyarn web
- 2445428 Add string validator for color-hex format
- 7fc71f6 Set custom tree hover delay to 500 ms [ microsoft#106007 ]
- ee648c6 debug variables: tweak group names
- 542094d ignore when invalid credentials data is passed
- 5de8ed6 fixes microsoft#106023
- f06943f fixes microsoft#105708
- 2731137 💄 web api
- 45b1edf Fix double hover on resource tree items [ microsoft#106007 ]
- 61e2ec4 update distro
- 8fcec32 Fix string for task detail setting [ microsoft#105737 ]
- e639d83 Fix microsoft#105511
- 1b5fbca Fixes microsoft#104525: unset
DYLD_LIBRARY_PATH
when spawning the extension host - e557e8b Bumps distro
- 1fc4476 Bumps version of github-browser
- 8c9b401 Fixes ExtensionRuntime issue
- ffc52d7 fix: creating client_id file in the current directory
- 7eaf220 debug: update js-debug
- 4fb1c9a fix microsoft#105904.
- 2d18653 fix microsoft#105924
- 9a0ff57 Fix cell status item wrapping [ microsoft#105816 ]
- 7b55ec9 Fix multiple cell status item positioning on left side [ microsoft#105813 ]
- 5c29b4a Add extensionHostCrash telemetry event
- 1685222 fix microsoft#105925.
- 8aa9dbc Rename on Type: linked edit mode is terminated when the tag becomes empty. Fixes microsoft#105860
- 4d295cc Fix microsoft#105063
- e1f021b Fix microsoft#105936
- 9cc0993 Fix microsoft#105895, duplicate auth providers in vscode.authentication.providers
- 79de645 filter invalid extensions
- 6132784 Adopt latest asar
- 22400b5 Fix microsoft#105717
- 26aae86 fix microsoft#105923.
- d936ff3 Bump up distro commit
- e9b5bd4 re microsoft#105922.
- 83fb892 fix microsoft#105921.
- c8c19aa reduce context key update.
- e0cc75a re microsoft#105917.
- 8eb9cda Fix microsoft#105955, make sure auth provider registration completes when getSession is called
- 355fbca re microsoft#105917. update dirty state
- 088f8fe fix microsoft#105917. Bind file watch on diff resources.
- 3dc43cb Exclude
pr
schemed files from js/ts language features [ microsoft#105842 ] - 495b05c Enable po...