8000 Tags · joeosburn/vscode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: joeosburn/vscode

Tags

1.47.3

Toggle 1.47.3's commit message
Bump to 1.47.3

1.47.2

Toggle 1.47.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

1.47.1

Toggle 1.47.1's commit message
bump version 1.47.1

1.47.0

Toggle 1.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure tasks are resolved when run from extension host (microsoft#101904

)

Related to microsoft#101884

1.46.1

Toggle 1.46.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. 8000 The key has expired.
Trusted Domains: Timeout filesystem access (microsoft#100419)

* Adds a timeout for trying to resolve remotes

This needs a better fix, but for remote file systems that require auth this can cause issues if auth requires opening a url

* Reduce timeout

Co-authored-by: Eric Amodio <eamodio@microsoft.com>

1.46.0

Toggle 1.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add missing icons for comments and ref prev (microsoft#99693)

1.45.1

Toggle 1.45.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🆙 playwright@1.0.1 (microsoft#97789)

1.45.0

Toggle 1.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Force custom editors in diff view to have 100% height wrappers (micro…

…soft#96969)

Fix for microsoft#96968

This is a scoped fix for microsoft#96968.

The cause of the issue is the following:

1. Webview must be rendered outside of the main editor DOM. We do this by absolutely positioning them over some element in the DOM.
1. In split views, we try to lay the webview out over an element that has 0 height.
1. Due to my workaround in ea07e9b, this causes the webview to either not show at all (because it also will have zero height) or partially show

This fix forces the webivew's parent in the split view to have 100%. That actually seems like a reasonable default but I've scoped my fix to just webviews

1.44.2

Toggle 1.44.2's commit message
Fixes microsoft#94882 -- checks for trailing \ & protects

if somehow `networkPath` had a trailing \, it would cause this behavior

1.44.1

Toggle 1.44.1's commit message
update version

0