Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Start inserting platform agnostic language server + telemetry #9483

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/InsertingRazorIntoVSCodeCSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ First you need to locally download and extract the build artifacts that you want
- You won't need everything in BlobArtifacts but its much more convenient to download a single file, and you only approximately 7% of the download is unnecessary.

![image](images/blobartifacts.png)
4. Unzip the BlobArtifacts.zip file you end up with and delete:
- Any file that doesn't start with "RazorLanguageServer" or "DevKitTelemetry"
- Any file that contains "PlatformAgnostic"
4. Unzip the BlobArtifacts.zip file you end up with and delete any file that doesn't start with "RazorLanguageServer" or "DevKitTelemetry"

At the end of this process you should have a folder containing 18 files. Rename the folder to the version number, pulled from any one of the file names in the folder.
At the end of this process you should have a folder containing 20 files. Rename the folder to the version number, pulled from any one of the file names in the folder.

![image](images/remaining_files.png)

Expand All @@ -62,7 +60,7 @@ At the end of this process you should have a folder containing 18 files. Rename

### Prepare Razor language server URLs

You should now have 9 lines of text containing `razorlanguageserver` that are in the format:
You should now have 10 lines of text containing `razorlanguageserver` that are in the format:

```
2023-06-29T01:16:17.9751735Z release\DDPublish\vscode-razor\7.0.0-preview.23328.2\RazorLanguageServer-linux-arm64-7.0.0-preview.23328.2.zip -> https://download.visualstudio.microsoft.com/download/pr/51d2bf3c-cb3c-4385-b59f-d4d6c9a96743/c74964f4e130b50f9aef47d430c34a97/razorlanguageserver-linux-arm64-7.0.0-preview.23328.2.zip
Expand Down