What's new in this version: VSCode 1.59.0 - Extensions view improvements - Rich extension detail hovers, new runtime status tab - Settings editor validation - Quickly find editing errors for object-based settings - Drag and drop terminals - Move terminals across windows to both editor and panel areas - Extended theme customization - Customize multiple color themes at once - Built-in support for Jupyter notebooks - Open .ipynb files directly in VS Code - Notebook UI improvements - Display first line of collapsed cells, Undo/Redo per cell - Testing API finalized - Native support for running tests in VS Code with built-in Test Explorer - Debug Disassembly view preview - Display disassembled C++ code in VS Code - Live Preview extension - Live HTML preview within VS Code with JavaScript debugging support - Remote - Containers devcontainer CLI - Command line interface for working with development containers
VSCode 1.58.2 Fixed: - June 2021 Endgame Recovery 2 - Only acquire workspace storage locks on the remote extension host - Remote extension will not work if it depends on a local UI one - Terminal is tiny when extensions create and show them - When multiple ghost text parts have line breaks, the first line of the ghost text gets deleted - Using command line to open vscode causes code warning - Trust and Continue dialog need two clicks on Continue to go away - VS Code Terminal doesn't autofocus - MacOS: Could not move terminal into editor area after first move
VSCode 1.58.1 The update addresses these security issues: - Improves Git security with untrusted workspaces bug git important - Don't use guessable nonces in webview - Update distro hash
VSCode 1.58.0 - Terminals in the editor - Create or move terminals into the editor area - Workspace Trust - Quickly customize Workspace Trust settings, disable Restricted Mode banner - Editor scroll bar customization - Set bar visibility and width, click navigation behavior - Markdown preview KaTeX support - Math support in the Markdown preview - Settings editor improvements - Support for multiple checkboxes and enumeration dropdowns - Sticky debug environment choice - Debugger remembers your previous environment choice - Jupyter Interactive window - Run Jupyter code directly in an interactive window - Jupyter notebook debugging - Debug Jupyter notebook code from within VS Code - 'Open in VS Code' badge - Lets visitors quickly open your GitHub repo in VS Code - Data Science tutorials - Learn about Jupyter Notebooks, PyTorch, and more VSCode 1.57.1 - May 2021 Endgame Recovery - Scrolling on mouse click - macOS: restore Cmd+W closing the window when all tabs are closed - 1.57.0 (macOS): window behaves different now (fullscreen & priority issues) - "Open New External Terminal" doesn't work if no terminal settings are present - Entire settings file got erased on new latest update. Just FYI
VSCode 1.57.0 - Workspace Trust - Extra security against code execution when browsing unfamiliar source code - New Getting Started experience - Helps you quickly set up and learn about VS Code - Remote Repositories - Browse and edit code without locally cloning repositories - Terminal tabs - Tabs let you easily create, manage, and group multiple open terminals - Edge browser debugging - Integrates the Microsoft Edge Developer Tools directly into VS Code - JSDoc @link support - Add @link tags in your comments for fast symbol navigation - Go to Definition for non-code files - Quickly jump to images and stylesheets - Notebook API finalized - Notebook API for native notebook support in VS Code - VS Code at Build 2021 blog post - Catch up with on-demand sessions featuring VS Code
VSCode 1.56.2 - C# syntax highlighting incorrect in 1.56 - Use shell/shellArgs over defaultProfile if specified - HTML files now require an extension to run - The default Monokai highlight color is displayed incorrectly - No longer scaling toolbar icon - On PC 'Delete' key not working on insiders for approx last week - Version control icons became minuscule with latest update
VSCode 1.56.1 The update addresses these security issues: - Do not invoke resolveWithInteraction over terminal settings - Change grunt, gulp and jake task auto detection to be off by default
VSCode 1.56.0 - Improved hover feedback - Helps you quickly find clickable editor actions - Terminal profile improvements - Create a custom default terminal profile - Debugger inline values - Display variable values inline during debugging sessions - Notebook KaTeX support - Math support in notebook Markdown cells - Remote - Containers volumes view - Manage mounted volumes within Docker containers - winget installation - VS Code is available via the Windows Package Manager - New introductory videos - Videos for getting started with VS Code as well as working with C++ - Terminal tabs preview - Get a first look at managing open terminals with the new tabs view
VSCode 1.55.2 The update addresses these security issues: - Limit set of allowed remote CLI commands bug important - command: links should be only selectively enabled bug important - Spawning php should use its complete disk path bug important - Spawning npm should use its complete disk path bug important - CSS should use variables when using editor.fontFamily bug important - The http.proxy setting should use machine or application scope bug important
VSCode 1.55.1 - Proxy agent is hijacking requests and redirecting them to localhost - Remote extensions are not installed automatically from devcontainer.json - Bug Sur icons glitched on non-hidpi screens - ECONNREFUSED debugging browsers in WSL2
VSCode 1.55.0 - Accessibility improvements - Multi-cursor support and increased line limit - Updated icons for macOS Big Sur - Brand icons that match the visual style of Big Sur - Improvements to breakpoints - Inline breakpoints menu, and more - Editor status decorations - Editor tab status decorations are on by default - Customize keyboard shortcuts editor - Resize columns in the keyboard shortcuts editor - Improved remote ports management - Port forwarding autodetection, regex naming, and more - Terminal profiles - Define profiles in terminal to conveniently launch non-default shells - Notebook improvements - Multiple cell selection, and more customizable diff editor - VS Code on Raspberry Pi - New topic explaining how to install VS Code on Raspberry Pi devices
VSCode 1.54.3 - February Recovery 3 - VS Code is unable to activate a debugger extension because of path casing discrepancies
VSCode 1.54.2 Fixed: - Listener leak in Ports view - Close terminal warning shows even if no terminal is open - Command "View: Join all editor groups" not working after update - Pick up TS 4.2.3 - Cannot find module 'worker_threads' using js debugger auto attach - Completed tiles of "Getting Started" don't reopen - List focus background needs proper migration - Renaming a folder adds it to history - FileSystemProvider extension: throwing a FileSystemError in readFile does not report to user - Hide pty host unresponsive notification when it becomes responsive again - Terminal pty host unresponsive after closing a VS Code window - Prevent env var relaunch from extension owned terminals
VSCode 1.54.1 - The update addresses an issue with an extension dependency
VSCode 1.53.2 Fixed: - TS Server fatal error: Cannot read property 'indexOf' of undefined - <> in all files - Minimap keeps disappearing - Fresh install won't open any windows or allow me to open any windows - First call to activeDebugConsole.appendLine() while debugging JavaScript doesn't appear in the debug console - Cannot unset StatusBarItem background from errorBackground - tasks.json npm script does not work with arguments since 1.53 - v1.53 creates debug.log automatically - The default extension for untitled files is not .txt - Emmet suggestions bug in SASS files - VSCode emmet SASS snippets - IME ON at Alt+` key, Focus ALT Menu
VSCode 1.53.1 Security issues: - Bundle TypeScript 4.1.4 - Dragging files from explorer to terminal may execute a command - Pick up new distro version and bump version
VSCode 1.53.0 - Wrap tabs - Wrap editor tabs in the workbench instead of having a scrollbar - Configure tab decorations - Add editor tab status decorations - Customize search mode - Use the Search view or open a new Search editor - JavaScript debugging - Support for conditional exception breakpoints and Node.js worker_threads - Notebook UX updates - Outline view for Notebook cells, and breadcrumbs for improved navigation - Markdown preview image auto update - Preview automatically updates when images change - Emmet improvements - Faster performance and supporting the latest features - Extension guidelines - Documented best practices for extension authors - Remote Development video series - Learn to create and configure container-based environments
VSCode 1.52.1 - November 2020 Recovery Endgame - Check for all possible localhost string when checking if a tunnel already exists - Can not set breakpoint in PHP files - notebook status bar icon colors missing
VSCode 1.59.0 相關參考資料
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code ...
https://code.visualstudio.com
Download Visual Studio Code 1.59.0 - Softpedia
Download Visual Studio Code - Use this powerful tool for code compiling, plus building or debugging the Web and cloud applications, while working in a ...
https://www.softpedia.com
Download Visual Studio Code Portable 1.59.0 - Softpedia
Download Visual Studio Code Portable - Build and debug modern web and cloud applications, with the help of this feature-packed, customizable and fully ...
https://www.softpedia.com
Once I update the 1.59.0 in 2021-07-22 16:00,My vscode ...
We have written the needed data into your clipbo Issue Type: Bug ReferenceError: atob is not defined ReferenceError: atob is not defined VS Code version: ...
https://github.com
Releases · microsoftvscode · GitHub
Welcome to the July 2021 release of Visual Studio Code. ... Debug Disassembly view preview - Display disassembled C++ code in VS Code.
https://github.com
Software-update: Visual Studio Code 1.59.0 - Computer ...
6 小時前 — Visual Studio Code is een opensourcecode-editor met ondersteuning voor IntelliSense, debugging, Git en code snippets.
https://tweakers.net
Visual Studio Code 1.59.0 - Chocolatey Software
/DontAddToPath - Don't add Visual Studio Code to the system PATH. Example: choco install vscode --params /NoDesktopIcon /DontAddToPath. Notes. The package ...
https://community.chocolatey.o
Visual Studio Code 1.59.0 - Warp2Search
15 小時前 — Visual Studio Code can export your projects via text files. It supports multiple programming languages like C#, C++, Clojure, F#, HTML, JSON, ...
https://www.warp2search.net
Visual Studio Code August 2020
VS Code now supports the @deprecated JSDoc tag in JavaScript and TypeScript files. To mark an API as deprecated, simply add a @deprecated JSDoc comment: /** * @ ...
https://code.visualstudio.com
Visual Studio Code June 2021
Jupyter notebook debugging - Debug Jupyter notebook code from within VS Code. Data Science tutorials - Learn about Jupyter Notebooks, PyTorch, and more. If you' ...
https://code.visualstudio.com
|