Commit 2984b66
authored
Add regression test for autocompletion of 'fn' within parentheses (#768)
- so, this behavior wasn't working for me in vs-code, so I hopped into
the repo to write a failing test, but the test passed right away (🤔)
and I'm now seeing the behavior _sometimes_ work and sometimes not
in vs-code
- conclusion is that the issue is likely in the vs-code extension, but
I figured I'd submit a PR with the regression test if it's desired1 parent 04407d3 commit 2984b66
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
131 | 149 | | |
132 | 150 | | |
133 | 151 | | |
| |||
0 commit comments