You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-15 06:40:08 +00:00
com.unity.ide.visualstudio@2.0.18
## [2.0.18] - 2023-03-17 Integration: - Performance improvements with `EditorApplication.update` callbacks. Project generation: - Add extra compiler options for analyzers and source generators.
This commit is contained in:
@@ -13,6 +13,9 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
||||
// Analyzers
|
||||
public string[] Analyzers { get; set; } = Array.Empty<string>();
|
||||
public string RulesetPath { get; set; } = string.Empty;
|
||||
public string AnalyzerConfigPath { get; set; } = string.Empty;
|
||||
// Source generators
|
||||
public string[] AdditionalFilePaths { get; set; } = Array.Empty<string>();
|
||||
|
||||
// RSP alterable
|
||||
public string[] Defines { get; set; } = Array.Empty<string>();
|
||||
|
||||
Reference in New Issue
Block a user