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

Choice snippets not working #59507

Closed
mjbvz opened this issue Sep 26, 2018 · 1 comment
Closed

Choice snippets not working #59507

mjbvz opened this issue Sep 26, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug snippets verified Verification succeeded

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Sep 26, 2018

Issue Type: Bug

Testing #58494

Repo

  1. Configure a js user snippet:
	"test choice": {
		"prefix": "zz",
		"body": [
			"${1|one,two,three|}"
		],
		"description": "test choice"
	},
  1. In a js file, trigger this snippet and accept it with tab

Bug
Suggestions retrigger so that you cannot see the snippet choices

sep-26-2018 16-57-09

VS Code version: code-oss-dev 1.28.0 (Commit unknown, Date unknown)
OS version: Darwin x64 18.0.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (8 x 2200)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 3
Memory (System) 16.00GB (0.04GB free)
Process Argv .
Screen Reader no
VM 25%
@jrieken jrieken added this to the September 2018 milestone Sep 27, 2018
@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug snippets labels Sep 27, 2018
@jrieken
Copy link
Member

jrieken commented Sep 27, 2018

😱

@mjbvz mjbvz added the verified Verification succeeded label Sep 27, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug snippets verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants