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 .
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 .