You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have followed the steps for the tern install and everything except the last step. Where do i put in this code in the file?? please help
{
"ecmaVersion": 6,
"libs": [],
"loadEagerly": [
"ScreepsAutocomplete/**/*.js"
]
}
The text was updated successfully, but these errors were encountered:
On the top of your screen (in the bar with "file","edit", and "view") you shall see "packages". Directly within "packages" should be Atom Ternjs. Then "Configure project". You've probably already done that, but shouldn't be any harm in doing it again (unless it accidently gives you different weird settings, just look). Just do it and save or whatever and the .tern-project 'text file' should pop up with some weird looking things like ' "ecmaVersion": 6,'.
That said, i'm hung up at other issues within getting atom to run the screeps autocomplete. The other things seem to be working, but not it at all :'(
Different Atom Troubleshooting Question:
Like I said, I can't get the ScreepsAutocomplete integration working.
The "ScreepsAutocomplete//*.js" Is there supposed to be something to in those "//*"? Or are those *'s supposed to just be left? Maybe the problem is with the file. Am I supposed to unzip it, rename it to "ScreepsAutocomplete", or drop a redundant overfolder?
EDIT: Yep... I should have known I was supposed to unzip and rename. Got it!
So I have followed the steps for the tern install and everything except the last step. Where do i put in this code in the file?? please help
{
"ecmaVersion": 6,
"libs": [],
"loadEagerly": [
"ScreepsAutocomplete/**/*.js"
]
}
The text was updated successfully, but these errors were encountered: