wcwhitehead / bootstrap-3-snippets

Bootstrap 3 Snippets for Visual Studio Code
28 stars 45 forks source link

bs3-cdn:js output is brorken #36

Open ghost opened 7 years ago

ghost commented 7 years ago

When I use bs3-cdn:js snippet, it outputs this

snippet

Notice the extra reference to jquery cdn in the middle of the bootstrap cdn link.

Am I wrong and this is by design, or am I using the editor wrong?

Update: I think I see it. Line 226. The {1:3.3.4} I think should be {2:3.3.4}. I cloned this repo, made a branch, and tried to push the branch for a pull request I was going to make but got denied. :) No big deal, I am learning this git thing still. Thanks!