Nils Winkler
Nils Winkler
Reworded based on the discussion in #124.
It would be great if the user could provide more file extensions to parse. At the moment, only `*.sh` files are found and parsed: https://github.com/mads-hartmann/bash-language-server/blob/00941c001ca342c8a9c1b647b2a1b7ea703e5fc6/server/src/analyser.ts#L47 When working with Bash scripts...
Atom supports opening a file using `atom file:line`. It also accepts the column added with a further `:col` part appended, but sack does not store the column in the shortcut...
When using http.get() to request a file through a proxy, the following were missing from the previous implementation: - The `http://` protocol - The `headers` object indicating the target `Host`...
When working with complex Redis queries, e.g. the ones for Redisearch, it would be great if the CLI supported multi-line editing. As an example, the search queries from this chapter...
Looking at the code, the `options.bases` array is added to the `watch` task with the `'/**/*.*'` extension, which means that everything under the bases folders is being watched. This is...