No description
Find a file
meganrogge 22f216d7bf
Squashed commit of the following:
commit 89de2bd6ed
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 11:43:13 2021 -0700

    dispose of instance on close of editor

commit 583f348737
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 11:21:02 2021 -0700

    get unique terminal instances to work
    Co-authored-by: Daniel Imms <daimms@microsoft.com>

commit 7fa7440d6e
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 09:44:29 2021 -0700

    call attachToElement in setInput

commit 5416f7555c
Author: Benjamin Pasero <benjamin.pasero@microsoft.com>
Date:   Tue Jun 15 15:49:49 2021 +0200

    :chore: - ignore unhandled promise cancel rejections

    //cc @joaomoreno @alexdima @sbatten

commit 55c6ee0872
Author: Benjamin Pasero <benjamin.pasero@microsoft.com>
Date:   Tue Jun 15 15:45:10 2021 +0200

    .

commit 25fe69f920
Author: Benjamin Pasero <benjamin.pasero@microsoft.com>
Date:   Tue Jun 15 15:40:20 2021 +0200

    fix emmet test integration path

commit f4bc7d3c32
Author: Martin Aeschlimann <martinae@microsoft.com>
Date:   Tue Jun 15 15:34:54 2021 +0200

    Use custom hover for all status bar entries

commit 5b79dcf94a
Author: Martin Aeschlimann <martinae@microsoft.com>
Date:   Tue Jun 15 15:17:12 2021 +0200

    MarkdownString for StatusBarItem.tooltip. For #126258

commit 0a0c8f3d2a
Author: João Moreno <joao.moreno@microsoft.com>
Date:   Tue Jun 15 15:29:36 2021 +0200

    Revert "switch to generic pool"

    This reverts commit 6495c052ab.

commit 19f9cd42ea
Author: Johannes Rieken <johannes.rieken@gmail.com>
Date:   Tue Jun 15 15:24:09 2021 +0200

    fix https://github.com/microsoft/vscode/issues/125942

commit c6945f1c52
Author: João Moreno <joao.moreno@microsoft.com>
Date:   Tue Jun 15 15:15:41 2021 +0200

    fix integration browser tests

commit e99f7918b8
Author: Sandeep Somavarapu <sasomava@microsoft.com>
Date:   Mon Jun 14 23:29:27 2021 +0200

    - move writing user configuration to main process
    - safe guard read from writing in parallel from other windows

commit 4a840ce386
Author: Megan Rogge <megan.rogge@microsoft.com>
Date:   Tue Jun 15 07:31:23 2021 -0500

    finalize terminal iconPath (#125783)

commit 5745873a72
Author: Alex Ross <alros@microsoft.com>
Date:   Tue Jun 15 14:08:59 2021 +0200

    Fix timing issue where port detection can fail to start

commit d47661d453
Author: João Moreno <joao.moreno@microsoft.com>
Date:   Tue Jun 15 14:07:35 2021 +0200

    skip the entire notebook test suite so Code isn't even launched

commit 41c7c251ca
Author: Alex Ross <alros@microsoft.com>
Date:   Tue Jun 15 13:20:11 2021 +0200

    Fix task close=false
    Fixes #126352

commit 5d70c90530
Author: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
Date:   Tue Jun 15 13:08:59 2021 +0200

    💄 clean-up workspace contribution

commit 537b1f0b9e
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 07:00:12 2021 -0700

    add icon manager

commit e97953a703
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:57:18 2021 -0700

    Add move to editor command

    Part of #126247

commit 56501c57f5
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:50:21 2021 -0700

    Disable serialization by returning undefined

commit 52d8d8e77a
Merge: 46877c9abc f5696915ba
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:43:37 2021 -0700

    Merge pull request #126383 from microsoft/merogge/terminalEditor_tyriar

    Terminal editor lifecycle work

commit f5696915ba
Merge: a215c798d5 46877c9abc
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:26:45 2021 -0700

    Merge remote-tracking branch 'origin/merogge/terminalEditor' into merogge/terminalEditor_tyriar

commit 46877c9abc
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 06:16:17 2021 -0700

    fix serialization error

commit a215c798d5
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:10:21 2021 -0700

    Move editor creation into new service

commit 4475d8461e
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 05:03:39 2021 -0700

    Create editor terminal in terminal service

commit 86b4336e37
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:44:53 2021 -0700

    Make detach return a Promise

    Part of #118276

commit 120f9b88cd
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:34:42 2021 -0700

    Change createTerminal signature to use options object

commit 0baba5e51e
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:14:27 2021 -0700

    Rename editor to just 'Terminal'

    Other editors that don't actually edit don't have 'Editor' in the name either (eg.
    Running Extensions), so it will be an internal term.

commit 8bb96ced86
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:11:08 2021 -0700

    Inline terminal editor input ID

commit c2304c2330
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:07:57 2021 -0700

    Remove unneeded !

commit 8367f1875a
Merge: c29d362ec2 9b4f499aca
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:05:12 2021 -0700

    Merge remote-tracking branch 'origin/main' into merogge/terminalEditor

commit c29d362ec2
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 19:23:52 2021 -0700

    use terminal instance.resource

commit fb50a7fe7a
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 17:13:51 2021 -0700

    revert some css changes

commit 50b6b81f20
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 15:53:47 2021 -0700

    add copy and try a few other things

commit 0c226cd099
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 13:13:28 2021 -0700

    clean up

commit e4c8b94b29
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 12:03:05 2021 -0700

    remove unnecessary changes

commit 31bcda454a
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 11:45:41 2021 -0700

    add basics for #126244
2021-06-15 11:55:37 -07:00
.devcontainer Fix merge conflicts 2021-05-28 23:58:44 +00:00
.github update rich nav node version 2021-06-10 22:11:32 +02:00
.vscode fix emmet test integration path 2021-06-15 15:40:24 +02:00
build use correct GITHUB_TOKEN value 2021-06-15 16:14:57 +02:00
extensions Merge pull request #126288 from microsoft/misolori/list-focus-icon 2021-06-15 09:22:39 -07:00
remote Merge pull request #125705 from microsoft/dependabot/npm_and_yarn/remote/glob-parent-5.1.2 2021-06-08 09:22:46 +02:00
resources Fix settings sync is removing extensions from web. 2021-06-07 19:51:09 +02:00
scripts :table_flip: 2021-06-15 17:07:53 +02:00
src Squashed commit of the following: 2021-06-15 11:55:37 -07:00
test fix integration browser tests 2021-06-15 15:15:41 +02:00
.editorconfig
.eslintignore Add support for markdown notebook renderers (#115191) 2021-02-10 16:41:53 -08:00
.eslintrc.json Updates sinon from 1.17 to 11.1. 2021-06-09 10:03:46 +02:00
.gitattributes
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.mailmap Adds another of my email addresses 2021-02-09 17:15:17 -05:00
.mention-bot
.yarnrc chore: bump electron@12.0.11 2021-06-15 12:44:03 +09:00
cglicenses.json Run OSS Tool 2021-06-01 09:52:14 +02:00
cgmanifest.json chore: bump electron@12.0.11 2021-06-15 12:44:03 +09:00
CONTRIBUTING.md
gulpfile.js
LICENSE.txt
package.json fix emmet test integration path 2021-06-15 15:40:24 +02:00
product.json debug: update js-debug 2021-06-02 23:35:36 -07:00
README.md Correct dev container info in README 2021-05-28 23:32:55 +00:00
SECURITY.md Add SECURITY.md 2021-03-09 12:58:21 +01:00
ThirdPartyNotices.txt Run OSS Tool 2021-06-01 09:52:14 +02:00
tsfmt.json
yarn.lock chore: bump electron@12.0.11 2021-06-15 12:44:03 +09:00

Visual Studio Code - Open Source ("Code - OSS")

Feature Requests Bugs Gitter

The Repository

This repository ("Code - OSS") is where we (Microsoft) develop the Visual Studio Code product together with the community. Not only do we work on code and issues here, we also publish our roadmap, monthly iteration plans, and our endgame plans. This source code is available to everyone under the standard MIT license.

Visual Studio Code

VS Code in action

Visual Studio Code is a distribution of the Code - OSS repository with Microsoft specific customizations released under a traditional Microsoft product license.

Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.

Visual Studio Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on Visual Studio Code's website. To get the latest releases every day, install the Insiders build.

Contributing

There are many ways in which you can participate in this project, for example:

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Feedback

See our wiki for a description of each of these channels and information on some other available community-driven channels.

Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter have their own repositories. For a complete list, please visit the Related Projects page on our wiki.

Bundled Extensions

VS Code includes a set of built-in extensions located in the extensions folder, including grammars and snippets for many languages. Extensions that provide rich language support (code completion, Go to Definition) for a language have the suffix language-features. For example, the json extension provides coloring for JSON and the json-language-features provides rich language support for JSON.

Development Container

This repository includes a Visual Studio Code Remote - Containers / GitHub Codespaces development container.

  • For Remote - Containers, use the Remote-Containers: Clone Repository in Container Volume... command which creates a Docker volume for better disk I/O on macOS and Windows.
  • For Codespaces, install the Github Codespaces extension in VS Code, and use the Codespaces: Create New Codespace command.

Docker / the Codespace should have at least 4 Cores and 6 GB of RAM (8 GB recommended) to run full build. See the development container README for more information.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.