File tree Expand file tree Collapse file tree 15 files changed +17
-15
lines changed Expand file tree Collapse file tree 15 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# 2.86.x
7
- * Bump Roslyn to 5.0.0-1.25358.1 (PR: [ #8402 ] ( https://github.com/dotnet/vscode-csharp/pull/8402 ) )
7
+ * Bump Roslyn to 5.0.0-1.25361.2 (PR: [ #8416 ] ( https://github.com/dotnet/vscode-csharp/pull/8416 ) )
8
+ * Fix issue with diagnostics when renaming a file (case change only) (PR: [ #79298 ] ( https://github.com/dotnet/roslyn/pull/79298 ) )
9
+ * Allow rename to (optionally) process source generated documents(PR: [ #78984 ] ( https://github.com/dotnet/roslyn/pull/78984 ) )
8
10
* Initial support for adding obsolete attributes to primary constructors(PR: [ #79271 ] ( https://github.com/dotnet/roslyn/pull/79271 ) )
9
11
* Allow the Razor extension to report telemetry (and initialize)(PR: [ #79254 ] ( https://github.com/dotnet/roslyn/pull/79254 ) )
10
12
* Use same location for 'use implicit object' as we do for 'use collection expression'.(PR: [ #79265 ] ( https://github.com/dotnet/roslyn/pull/79265 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-1.25358.1 " ,
43
+ "roslyn" : " 5.0.0-1.25361.2 " ,
44
44
"omniSharp" : " 1.39.12" ,
45
45
"razor" : " 10.0.0-preview.25360.2" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " Vypsat proces pro připojení" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Výpis procesů v připojení Dockeru" ,
6
6
"command.csharp.listRemoteProcess" : " Vypsat procesy pro připojení na vzdáleném připojení" ,
7
- "command.csharp.recordTrace " : " Záznam trasování výkonu jazykového serveru C# " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " Nahlásit problém" ,
9
9
"command.csharp.showDecompilationTerms" : " Zobrazit smlouvu o podmínkách dekompilátoru" ,
10
10
"command.dotnet.generateAssets.currentProject" : " Generovat prostředky pro sestavení a ladění" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " Prozess zum Anfügen auflisten" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Prozesse für Docker-Verbindung auflisten" ,
6
6
"command.csharp.listRemoteProcess" : " Prozesse für Remoteverbindung zum Anfügen auflisten" ,
7
- "command.csharp.recordTrace " : " Leistungsablaufverfolgung des C#-Sprachservers aufzeichnen " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " Ein Problem melden" ,
9
9
"command.csharp.showDecompilationTerms" : " Vereinbarung zu den Decompilerbedingungen anzeigen" ,
10
10
"command.dotnet.generateAssets.currentProject" : " Ressourcen für Build und Debuggen generieren" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " Enumerar proceso que se va a adjuntar" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Enumerar procesos en conexión de Docker" ,
6
6
"command.csharp.listRemoteProcess" : " Enumerar procesos en conexión remota para adjuntar" ,
7
- "command.csharp.recordTrace " : " Registro del seguimiento del rendimiento del servidor de Lenguaje C# " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " Informar de un problema" ,
9
9
"command.csharp.showDecompilationTerms" : " Mostrar el contrato de términos del descompilador" ,
10
10
"command.dotnet.generateAssets.currentProject" : " Generar recursos para compilar y depurar" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " Processus de liste pour la pièce jointe" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Répertorier les processus sur la connexion Docker" ,
6
6
"command.csharp.listRemoteProcess" : " Répertorier les processus sur la connexion à distance pour la pièce jointe" ,
7
- "command.csharp.recordTrace " : " Enregistrer une trace de performance du serveur de langage C# " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " Signaler un problème" ,
9
9
"command.csharp.showDecompilationTerms" : " Afficher l'accord sur les termes du décompilateur" ,
10
10
"command.dotnet.generateAssets.currentProject" : " Générer des actifs pour la construction et le débogage" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " Elenca i processi per il collegamento" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Elenca i processi nella connessione Docker" ,
6
6
"command.csharp.listRemoteProcess" : " Elenca i processi nella connessione remota per il collegamento" ,
7
- "command.csharp.recordTrace " : " Registra una traccia delle prestazioni del server di linguaggio C# " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " Segnala un problema" ,
9
9
"command.csharp.showDecompilationTerms" : " Mostra il contratto per i termini del decompilatore" ,
10
10
"command.dotnet.generateAssets.currentProject" : " Genera gli asset per la compilazione e il debug" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " アタッチのプロセスをリスト表示する" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Docker 接続のプロセスをリスト表示する" ,
6
6
"command.csharp.listRemoteProcess" : " アタッチ用のリモート接続のプロセスをリスト表示する" ,
7
- "command.csharp.recordTrace " : " C# 言語サーバーのパフォーマンス トレースを記録する " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " 問題の報告" ,
9
9
"command.csharp.showDecompilationTerms" : " 逆コンパイラの使用契約条件を表示する" ,
10
10
"command.dotnet.generateAssets.currentProject" : " ビルド用およびデバッグ用の資産を生成する" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " 연결 프로세스 나열" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Docker 연결에 프로세스 나열" ,
6
6
"command.csharp.listRemoteProcess" : " 첨부할 원격 연결의 프로세스 나열" ,
7
- "command.csharp.recordTrace " : " C# 언어 서버의 성능 추적 기록 " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " 문제 신고" ,
9
9
"command.csharp.showDecompilationTerms" : " 디컴파일러 계약 표시" ,
10
10
"command.dotnet.generateAssets.currentProject" : " 빌드 및 디버그에 대한 자산 생성" ,
Original file line number Diff line number Diff line change 4
4
"command.csharp.listProcess" : " Wyświetl proces do dołączenia" ,
5
5
"command.csharp.listRemoteDockerProcess" : " Wyświetl listę procesów w połączeniu platformy Docker" ,
6
6
"command.csharp.listRemoteProcess" : " Wyświetl listę procesów w połączeniu zdalnym do dołączenia" ,
7
- "command.csharp.recordTrace " : " Rejestrowanie śledzenia wydajności serwera języka C# " ,
7
+ "command.csharp.recordLanguageServerTrace " : " Record a performance trace of the C# Language Server " ,
8
8
"command.csharp.reportIssue" : " Zgłoś problem" ,
9
9
"command.csharp.showDecompilationTerms" : " Pokaż umowę warunków dekompilowania" ,
10
10
"command.dotnet.generateAssets.currentProject" : " Generuj zasoby na potrzeby kompilacji i debugowania" ,
You can’t perform that action at this time.
0 commit comments