mreu / ProtobufLanguageService

Protobuf Editor for Visual Studio with Intellisense and Syntax Coloring for Googles Protobuf syntax.
Other
47 stars 13 forks source link

map shows red squiggles on proto3 #4

Closed paulburlumi closed 8 years ago

paulburlumi commented 8 years ago

Tested using:

Microsoft Windows 7 Enterprise Service Pack 1

Microsoft Visual Studio Enterprise 2015 Version 14.0.25431.01 Update 3

Protobuf Language Service Version 1.8.2

Opening the following .proto file I get many red squiggles on the map line

syntax = "proto3";

package p;

message m {
  map<string, string> broken = 1;
}
mreu commented 8 years ago

Fixed in version 1.9.0