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
I have this line in a set: networking.firewall.allowedTCPPorts = [ 8080 ]; and it's being highlighted as this syntax error: <list expr> or NixTokenType.] expected, got '8080'.
But nix-ops consumes the file without any issue, which makes me say it is valid syntax.
Plugin version: 0.2.0.1
IDE: Goglang 1.0 EAP
The text was updated successfully, but these errors were encountered:
Hi!
I have this line in a set:
networking.firewall.allowedTCPPorts = [ 8080 ];
and it's being highlighted as this syntax error:<list expr> or NixTokenType.] expected, got '8080'
.But
nix-ops
consumes the file without any issue, which makes me say it is valid syntax.Plugin version: 0.2.0.1
IDE: Goglang 1.0 EAP
The text was updated successfully, but these errors were encountered: