KamasamaK

Results 46 issues of KamasamaK

You have a `cwd` option to indicate the directory in which to start looking, but I suggest also having a `root` (or whatever name you'd like) option to indicate the...

It is mentioned in the README that "Devicons iconic font is free to use and licensed under MIT.", but it would be good to have a distinct LICENSE file as...

I could not find anything in the [Product Icon Reference](https://code.visualstudio.com/api/references/icons-in-labels) or in the [Contribution Points](https://code.visualstudio.com/api/references/contribution-points) about using Product Icons in the contribution points. The main issue for this was microsoft/vscode#84695...

extensibility
doc-enhancement

The convention we currently use in LSP4J is to have `enum` types for the integer-based enumerations and classes containing static constants for the string-based enumerations. I propose we make them...

enhancement

Use [DAP schema](https://github.com/microsoft/debug-adapter-protocol/blob/gh-pages/debugAdapterProtocol.json) to auto-generate or at least verify the DAP implementation for LSP4J.

Investigate whether the new proposed text search APIs in v1.26 can be utilized to avoid the performance issues. See [vscode.proposed.d.ts](https://github.com/Microsoft/vscode/blob/master/src/vs/vscode.proposed.d.ts)

MISSING_VAR does not account for declaration being in a separate branch. ``` ``` In the above example, the rule only reports `theVal` in the first branch. It should report the...

bug

I will start by saying I'm not really familiar with Travis CI. I noticed the builds were failing when I submitted a PR and saw the results of [Build 1390](https://travis-ci.org/cflint/CFLint/builds/658988680)....

task

Given the code ```cfml ``` The rules `VAR_HAS_PREFIX_OR_POSTFIX` and `VAR_IS_TEMPORARY` are reported not only for the assignment but for all usages of `jsonObj`. I've only included one usage for simplicity....

enhancement

Using CFLint-1.3.0 Given the following component named `test.cfc`: ``` /** * Test hint */ component { /** * Converts date to formatted string-representation of date * @dateObj The date object...

bug