Priyam Sahoo
Priyam Sahoo
### Summary There are some cases that use try-catch blocks on multiple unrelated lines. This is dangerous because it may cause unforeseen behaviors. Example: https://github.com/ansible/ansible-language-server/blob/cdc25dd/src/services/ansibleLint.ts#L90-L120 ### Extension version main branch...
### Problem The auto-completion that the language-server provides (in the case when `useFQCN` is set to `true`) is not configurable at this moment. ### Solution Based of users' personal preference,...
Per https://github.com/ansible/ansible-language-server/pull/5#discussion_r708192985, I don't think it belongs in misc. I'd rather use something distinct, like `osUtils`, or `sysUtils`, or `pathUtils`, or `execUtils`. But `misc`? What does it even mean? I've...
This PR: - decreases sleep timing between diagnostic tests. - decreases sleep timing during re-initialization of the server.
The idea is to replace all the empty strings with undefined values in the extension settings. The setting should be undefined if the user is not assigning any value to...
The idea is to replace all the empty strings with undefined values in the extension settings. The setting should be undefined if the user is not assigning any value to...
### Problem The auto-completion that the language-server provides (in the case when `useFQCN` is set to `true`) is not configurable at this moment. ### Solution Based of users' personal preference,...
There seems to be an issue in the working of snippet strings in the vscode extension API. For detailed information, check the linked issue. The linked issue at the vscode...
Problem: Once the user scaffolds a collection and adds the collection to the workspace, they are unable to use the web view again for subsequent usage. The only solution is...
The PR will: 1. add a fix to handle syntax-check errors reported by ansible-lint. There was a discrepancy because of the codeclimate format out format parsing in the extension. 2....