Aliaksandr
Aliaksandr
Extension v3.0.1 If a request body schema contains a readOnly attribute, the attribute is displayed in POST/PATCH methods in the request body section: 
Hello, This issue is related to #327 I've got some progress researching a way to pass a file to protolint w/o creating a temp file. I use Node.js IPC connections...
Hello, A text line like this "` /*package package package*/ package pckg.v1;`" gets the following error messages: ``` { filename: "file.proto", line: 4, column: 32, message: "Found an incorrect indentation...
Hello, I'd like to implement granular error fixes for VS Code. At the moment the extension just highlights the whole code line with error(s). Could you validate my implementation plan?...
Hello, I'm trying to run the linter and give it the text for linting via the shell stdin instead of passing the filename with the text. Unfortunately I haven't find...
Hello, I'd like to propose UI/UX improvals for users that have just installed the extension, or downloaded the protolint and have no softlink to the binary in the OS. Changelist:...
Steps: - Open a protobuf file with a warning for line X. - Delete some lines so that the document has less than X lines. Don't save the file. -...
This is reproduced both in 0.7.0 and 0.8.0. Steps: 1. Open a protobuf file with some contents. Linting problems are displayed, if any. 2. Make changes in the file, so...
### Node.js Version v18.19.1 ### NPM Version 10.8.0 ### Operating System Windows 10 Pro ### Subsystem child_process, fs, Other ### Description Hello, I make a VS Code extension (Electron/Node.js application)...