-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2148 from JetBrains/net212-mte-reenable-hlsl-tests
Reenable HLSL/ShaderLab tests
- Loading branch information
Showing
12 changed files
with
275 additions
and
108 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,10 +1,11 @@ | ||
using JetBrains.Application.BuildScript.Application.Zones; | ||
using JetBrains.RdBackend.Common.Env; | ||
using JetBrains.ReSharper.Plugins.Unity.HlslSupport; | ||
|
||
namespace JetBrains.ReSharper.Plugins.Unity.Rider.Shaders | ||
{ | ||
[ZoneMarker] | ||
public class ZoneMarker : IRequire<ILanguageHlslSupportZone> | ||
public class ZoneMarker : IRequire<ILanguageHlslSupportZone>, IRequire<IResharperHostCoreFeatureZone> | ||
{ | ||
} | ||
} |
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
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
65 changes: 0 additions & 65 deletions
65
...esharper-unity/test/data/ShaderLab/TypingAssist/SmartBackspaceCppIsNotWorking.shader.gold
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.