Last active
December 21, 2022 11:43
-
-
Save waltarix/fc15b6a0e2be169bb41248ff1e48a1ee to your computer and use it in GitHub Desktop.
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
--- a/lib/dockerSemanticTokens.js | |
+++ b/lib/dockerSemanticTokens.js | |
@@ -252,6 +252,8 @@ | |
var onbuild = instruction; | |
this.createTokensForInstruction(onbuild.getTriggerInstruction()); | |
return; | |
+ case dockerfile_ast_1.Keyword.RUN: | |
+ return; | |
} | |
this.createArgumentTokens(instruction, args); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment