This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme updates, vsix updates (#1632)
* Skip language server tests * Update extension readme. * Update title for deprecation * Update notice text * Fix typo * Update repo readme * update readme * use https * Revert solution change * Revert rest of sln changes * Update README.md Co-authored-by: Bill Ticehurst <billti@hotmail.com> * Update src/VSCodeExtension/README.md Co-authored-by: Bill Ticehurst <billti@hotmail.com> --------- Co-authored-by: Bill Ticehurst <billti@hotmail.com>
- Loading branch information
Showing
3 changed files
with
17 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,11 @@ | ||
# Microsoft Quantum Development Kit | ||
|
||
Thank you for your interest in Microsoft's Quantum Development Kit for Visual Studio Code. | ||
## DEPRECATION NOTICE | ||
|
||
The Quantum Development Kit contains the tools you'll need to build your own quantum computing programs and experiments. | ||
**This extension is deprecated.** | ||
|
||
Assuming some experience with Visual Studio Code, beginners can write their first quantum program, and experienced researchers can quickly and efficiently develop new quantum algorithms. | ||
For the latest Q# and Azure Quantum development experience, please use the Azure Quantum Development Kit (Modern QDK) [VS Code extension](https://marketplace.visualstudio.com/items?itemName=quantum.qsharp-lang-vscode). | ||
|
||
For version history and related information, please refer to the [Quantum Development Kit Release Notes](https://docs.microsoft.com/en-us/azure/quantum/qdk-relnotes). | ||
You can also try out the Modern QDK in VS Code for Web at [vscode.dev/quantum](https://vscode.dev/quantum). | ||
|
||
## Getting Started | ||
|
||
To jump right in, take a look at our [Getting Started guide](https://docs.microsoft.com/azure/quantum/install-get-started-qdk) to learn about the structure of a Q# project and how to develop a quantum program with Q#. | ||
|
||
You can also try our [Quantum Computing Fundamentals](https://aka.ms/learnqc) learning path to get familiar with the basic concepts of quantum computing, build quantum programs, and identify the kind of problems that can be solved. | ||
|
||
**NOTE: The simulator included with the Quantum Development Kit requires a 64-bit operating system to run.** | ||
|
||
The source code for this extension can be found on [our GitHub repository](https://github.com/microsoft/qsharp-compiler). | ||
|
||
## Support and Q&A | ||
|
||
If you have questions about the Quantum Development Kit and the Q# language, or if you encounter issues while using any of the components of the kit, you can reach out to the quantum team and the community of users in [Stack Overflow](https://stackoverflow.com/questions/tagged/q%23) and in [Quantum Computing Stack Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/q%23) tagging your questions with **q#**. | ||
|
||
## Feedback | ||
|
||
Your feedback about all parts of the Quantum Development Kit is important. Please go to [our GitHub repository](https://github.com/microsoft/qsharp-compiler) to provide feedback on the Q# compiler and language extensions, or to learn more about where to give feedback on other parts of the Quantum Development Kit. | ||
|
||
## Components and Documentation | ||
|
||
The Quantum Development Kit provides a complete development and simulation environment. | ||
Refer to [our documentation](https://docs.microsoft.com/azure/quantum) for further information on the Quantum Development Kit and its [components](https://docs.microsoft.com/azure/quantum/overview-what-is-qsharp-and-qdk). | ||
|
||
If you'd like more general information about Microsoft's quantum computing approach, see [Microsoft Quantum](https://www.microsoft.com/quantum/). | ||
|
||
## Privacy | ||
|
||
VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [Privacy Statement](https://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409) to learn more. If you don't wish to send usage data to Microsoft, you can set the `telemetry.enableTelemetry` setting to `false`. Learn more in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). | ||
For more information about the Modern QDK and Azure Quantum, visit https://aka.ms/AQ/Documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters