Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostreSQL, and MongoDB.
Перейти к файлу
Karl Burtram 251ae01c3e
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy

* Fix yarn build

* Fix numerous build breaks

* Next batch of build break fixes

* More build break fixes

* Runtime breaks

* Additional post merge fixes

* Fix windows setup file

* Fix test failures.

* Update license header blocks to refer to source eula
2018-01-28 23:37:17 -08:00
.vscode Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
build Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
dataprotocol-client Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
docs Add image for readme 2017-11-11 10:26:04 -08:00
extensions Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
extensions-modules Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
i18n Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
resources Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
scripts Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
src Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
test Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
.editorconfig Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
.eslintrc Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
.gitignore Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
.mention-bot SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00
.nvmrc Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
.travis.yml Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
.yarnrc Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
CHANGELOG.md Update changelog and readme for Jan release (#496) 2018-01-16 11:13:24 -08:00
CODE_OF_CONDUCT.md SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00
CONTRIBUTING.md Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
LICENSE.txt Update License.txt line width to display correctly in Windows setup (#337) 2017-12-16 11:39:25 -08:00
OSSREADME.json Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
README.md Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
ThirdPartyNotices.txt Refresh master with initial release/0.24 snapshot (#332) 2017-12-15 15:38:57 -08:00
appveyor.yml Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
gulpfile.js SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00
issue_template.md SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00
jsconfig.json SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00
npm-shrinkwrap.json bump slickgrid to take a hot fix (#552) 2018-01-26 13:48:26 -08:00
package.json Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
product.json Refresh master with initial release/0.24 snapshot (#332) 2017-12-15 15:38:57 -08:00
tsfmt.json SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00
tslint.json Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00
typings.json SQL Operations Studio Public Preview 1 (0.23) release source code 2017-11-09 14:30:27 -08:00
yarn.lock Initial VS Code 1.19 source merge (#571) 2018-01-28 23:37:17 -08:00

README.md

Visual Studio Code - Open Source

Build Status Build Status Coverage Status Gitter

VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.

VS Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on VS Code's website. To get the latest releases every day, you can install the Insiders version of VS Code. This builds from the master branch and is updated at least daily.

VS Code in action

The vscode repository is where we do development and there are many ways you can participate in the project, for example:

Contributing

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:

Please see also our Code of Conduct.

Feedback

Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter.

For a complete list, please see the Related Projects page on our wiki.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.