Skip to content

Commit 5ccaac8

Browse files
remove the duplicate complete item words ACD-17606 (#77)
##### Objective I want to fix the issue that when user input `vlisp` in the vscode auto-completion list it has some duplicates items. ![image](https://user-images.githubusercontent.com/68938334/106558078-02588000-64d8-11eb-9a40-11976079488b.png) And these `vlisp- `prefix functions should not list in MacOS because they are not supported in that platform. I also plan to fix it. ##### Abstractions This is a bug found by the tester as ACD-17606. This is only to change in the extension side, so I plan to fix it. I also remove the un-needed Jienken file which is only used in the Autodesk internal pipeline, but not the pipeline is retired. So remove it here. ##### Tests performed - rebuild the extension and try to input keys like `vlisp-`, then verify the auto-completion items are expected. ##### Screen shot
1 parent 1a68873 commit 5ccaac8

File tree

3 files changed

+2
-204
lines changed

3 files changed

+2
-204
lines changed

Jenkinsfile

Lines changed: 0 additions & 194 deletions
This file was deleted.

extension/data/alllispkeys.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,6 @@ vla-zoompickwindow
24142414
vla-zoomprevious
24152415
vla-zoomscaled
24162416
vla-zoomwindow
2417-
vlarts-init
24182417
vlax-3d-point
24192418
vlax-add-cmd
24202419
vlax-create-object
@@ -2484,14 +2483,6 @@ vlax-variant-type
24842483
vlax-variant-value
24852484
vlax-vla-object->ename
24862485
vlax-write-enabled-p
2487-
vlisp-dclres-list
2488-
vlisp-dclres-load-dialog
2489-
vlisp-export-symbol
2490-
vlisp-fasres-list
2491-
vlisp-fasres-load
2492-
vlisp-import-exsubrs
2493-
vlisp-import-symbol
2494-
vlisp-inires-list
24952486
vlr-acdb-reactor
24962487
vlr-add
24972488
vlr-added-p

extension/data/winonlylispkeys_prefix.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ vla-
22
vlax-
33
vlr-
44
vl-load-com
5-
vl-load-reactors
5+
vl-load-reactors
6+
vlisp-

0 commit comments

Comments
 (0)