You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/com.unity.ide.visualstudio/CHANGELOG.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ Project generation:
16
16
- Add `visualstudiotoolsforunity.vstuc` entry to `extensions.json` when needed.
17
17
- You can prevent the package from patching those configuration files by creating a `.vscode/.vstupatchdisable` file.
18
18
19
-
20
19
## [2.0.20] - 2023-06-27
21
20
22
21
Integration:
@@ -148,7 +147,7 @@ Documentation:
148
147
149
148
Integration:
150
149
151
-
- Remove com.unity.nuget.newtonsoft-json dependency in favor of the built-in JsonUtility for the VS Test Runner.
150
+
- Remove `com.unity.nuget.newtonsoft-json` dependency in favor of the built-in JsonUtility for the VS Test Runner.
152
151
153
152
## [2.0.6] - 2021-01-20
154
153
@@ -186,7 +185,7 @@ Integration:
186
185
Project generation:
187
186
188
187
- Added C#8 language support.
189
-
- Added UnityProjectGeneratorVersion property.
188
+
- Added `UnityProjectGeneratorVersion` property.
190
189
- Local and Embedded packages are now selected by default for generation.
191
190
- Added support for asmdef root namespace.
192
191
@@ -208,7 +207,7 @@ Integration:
208
207
## [2.0.1] - 2020-03-19
209
208
210
209
- When Visual Studio installation is compatible with C# 8.0, setup the language version to not prompt the user with unsupported constructs. (So far Unity only supports C# 7.3).
211
-
- Use Unity's TypeCache to improve project generation speed.
210
+
- Use Unity's `TypeCache` to improve project generation speed.
212
211
- Properly check for a managed assembly before displaying a warning regarding legacy PDB usage.
213
212
- Add support for selective project generation (embedded, local, registry, git, builtin, player).
214
213
@@ -258,8 +257,8 @@ Integration:
258
257
259
258
## [1.0.4] - 2019-04-12
260
259
261
-
- Fixing null reference issue for callbacks to AssetPostProcessor.
262
-
- Ensure Path.GetFullPath does not get an empty string.
260
+
- Fixing null reference issue for callbacks to `AssetPostProcessor`.
261
+
- Ensure `Path.GetFullPath` does not get an empty string.
0 commit comments