MaskRay / vscode-ccls

ccls plugin for Visual Studio Code
123 stars 37 forks source link

How to use Map in vscode-ccls src? #85

Closed Abbyyan closed 4 years ago

Abbyyan commented 4 years ago

Sorry to bother you. I've tried to debug this project , but when i use Map in the .ts , it cannot work. That means , i can let m1 = new Map(); is right , but after set m1.set("t1","test1") , m1 is still null. How can i use Map in this project?