We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531b002 commit b12d287Copy full SHA for b12d287
README.md
@@ -98,9 +98,9 @@ handling logic.
98
)
99
100
func main() {
101
- // Normally, you should start the local development server from the command
102
- // line, but certain IDE's like Intellij and VSCode support directly running
103
- // go applications from the IDE. In these cases, the function won't be recognized.
+ // The local development server is normally started from the command line, but
+ // certain IDE's support directly running go applications from the IDE. In these
+ // cases, the function won't be recognized.
104
//
105
// To resolve, set the "FUNCTION_TARGET" env variable directly to ensure the
106
// function is registered for the local server.
0 commit comments