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
After installation, database, credential, and localhost update through the nemo git repo README steps, the operation types were identified in the VS App, but the code was not. What allowed me to visualize the operation type code was to git clone the nemo repo then, to run nemo through the 'Development' mode using the following lines of code:
bash$ function code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $*; }
bash$ code .
The text was updated successfully, but these errors were encountered:
After installation, database, credential, and localhost update through the nemo git repo README steps, the operation types were identified in the VS App, but the code was not. What allowed me to visualize the operation type code was to git clone the nemo repo then, to run nemo through the 'Development' mode using the following lines of code:
bash$ function code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $*; }
bash$ code .
The text was updated successfully, but these errors were encountered: