Skip to content
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

Live Share clients have no Language support for Angular #3262

Closed
codecholeric opened this issue Mar 17, 2020 · 4 comments
Closed

Live Share clients have no Language support for Angular #3262

codecholeric opened this issue Mar 17, 2020 · 4 comments

Comments

@codecholeric
Copy link

Issue Type: Bug

Create Angular 9 project (i.e. with Typescript), have IntelliSense and Angular language server extension installed, then autocomplete works when you open the project folder directly, but if you share it and connect to your own share autocomplete always reports "no suggestion" on every item.

Extension version: 1.0.1742
VS Code version: Code 1.43.0 (78a4c91400152c0f27ba4d363eb56d2835f9903a, 2020-03-09T19:44:52.965Z)
OS version: Linux x64 4.15.0-88-generic

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 3446)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: disabled_software
skia_renderer: disabled_off_ok
video_decode: unavailable_off
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) 4, 3, 3
Memory (System) 31.15GB (4.28GB free)
Process Argv --no-sandbox --unity-launch
Screen Reader no
VM 0%
@IlyaBiryukov
Copy link
Collaborator

@fubaduba Does Live Share support Angular language services in collaboration session?

@daytonellwanger
Copy link
Collaborator

Yes, Live Share should support Angular. @aletsdelarosa can you take a look?

@aletsdelarosa aletsdelarosa removed their assignment Jul 13, 2021
@Davsterl Davsterl changed the title Live Share clients have no autocomplete? Live Share clients have no Language support for Angular Jul 18, 2021
@cotneit
Copy link

cotneit commented Nov 18, 2021

This seems to be an issue on ALS side since when operating inside a virtual workspace the extension says:
This extension has been disabled because it does not support virtual workspaces.
angular/vscode-ng-language-service#1336

Actually, overriding this restriction manually seems to enable at least some functionality of the extension:

  "extensions.supportVirtualWorkspaces": {
    "angular.ng-template": true,
  },

@derekbekoe
Copy link
Collaborator

Closing this a stale and based on the discussion above.

@derekbekoe derekbekoe closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants