-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntelliSense doesn't work after a few lines of code #64
Comments
Which version of the CLI are you using? |
@chrmarti i am using the latest i guess - 1.41.1 Version: 1.41.1 (user setup) |
What about the |
` az --version command-modules-nspkg 2.0.3 Extensions: Python location 'C:\Python\python.exe' Python (Windows) 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] Legal docs and information: aka.ms/AzureCliLegal Your CLI is up-to-date. Please let us know how we are doing: https://aka.ms/clihats` |
Just wanted to follow up on this. It has been annoying dealing with this intellisense issue. I have looked at the devtools, and here is what I see when the intelli-sense doesn't work anymore:
|
There should be a |
It is there:
|
Now I see this error when the intellisense stops working:
|
Hi Team,
I have noticed this since i started working on Azure CLI Tools extension. The intelliSense doesn't kick in at all and if i press ctrl+space to force it to show suggestions, the loading message stays there forever. The only way to get it to run back, is by closing vscode and reopen it
here is what i see from the console
ERR canceled console.ts:137 [Extension Host] Completions not found (network route-table route create --address-prefix) t.log @ console.ts:137 console.ts:137 [Extension Host] Completions not found (network route-table route create --name) t.log @ console.ts:137 3log.ts:196 ERR canceled console.ts:137 [Extension Host] Completions not found (network route-table route create --next-hop-ip-address) t.log @ console.ts:137 6log.ts:196 ERR canceled console.ts:137 [Extension Host] Completions not found (network vnet subnet update --name) t.log @ console.ts:137 2log.ts:196 ERR canceled console.ts:137 [Extension Host] Completions not found (network vnet subnet update --name) t.log @ console.ts:137 6log.ts:196 ERR canceled console.ts:137 [Extension Host] Traceback (most recent call last): File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\start.py", line 6, in <module> import azservice.__main__ File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\azservice\__main__.py", line 370, in <module> main() File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\azservice\__main__.py", line 356, in main response_data = get_hover_text(group_index, command_table, request['data']['command']) File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\azservice\__main__.py", line 262, in get_hover_text return { 'paragraphs': [ '
' + ' '.join(get_options(argument.options_list)) + '' + ('*' if req else '') + ': ' + argument.type.settings.get('help') TypeError: can only concatenate str (not "NoneType") to str t.log @ console.ts:137 console.ts:137 [Extension Host] Exit code 0, signal null t.log @ console.ts:137 console.ts:137 [Extension Host] Python process terminated with exit code 0, signal null. t.log @ console.ts:137 log.ts:196 ERR Python process terminated with exit code 0, signal null. console.ts:137 [Extension Host] Traceback (most recent call last): File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\start.py", line 6, in <module> import azservice.__main__ File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\azservice\__main__.py", line 370, in <module> main() File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\azservice\__main__.py", line 356, in main response_data = get_hover_text(group_index, command_table, request['data']['command']) File "c:\Users\waddahs\.vscode\extensions\ms-vscode.azurecli-0.4.6\service\azservice\__main__.py", line 262, in get_hover_text return { 'paragraphs': [ '
' + ' '.join(get_options(argument.options_list)) + '' + ('*' if req else '') + ': ' + argument.type.settings.get('help') TypeError: can only concatenate str (not "NoneType") to str t.log @ console.ts:137 console.ts:137 [Extension Host] Exit code 0, signal null t.log @ console.ts:137 log.ts:196 ERR Python process terminated with exit code 0, signal null. 3log.ts:196 ERR canceled console.ts:137 [Extension Host] Completions not found (network vnet subnet update --route-table) t.log @ console.ts:137 31log.ts:196 ERR canceled 3log.ts:196 ERR canceled
Any help is really appreciated
The text was updated successfully, but these errors were encountered: