You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Hello guys. Any of you have configured vscode to work with web2py? that it recognizes all the methods and so on. Do you know any video or guide? Any help would be appreciated! Thanks!
Massimo Di Pierro
unread,
Nov 28, 2019, 6:13:18 PM11/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
I have not but I am pretty sure it will not recognize the objects in the global environment unless you use the usual trick:
if False:
import anything already defined that you want vscode to see