white-balloon-205
and kind of sucks adding the extra compile step before running.We are considering making this simpler with https://github.com/pulumi/pulumi/issues/958. Feel free to weigh in there.
blue-answer-29496
06/20/2018, 4:39 PMwhite-balloon-205
It’s my understanding that vscode would still output the exact same errors for .js files because it knows all the type information from the referenced packages and those types would flow through my script.By default, vscode won't report errors for type violations in .js files. I believe it may honor
// @ts-check
if you opt in to use that - but I haven't tried that out myself.blue-answer-29496
06/20/2018, 4:41 PMwhite-balloon-205
blue-answer-29496
06/20/2018, 4:42 PMblue-answer-29496
06/20/2018, 4:43 PMimportant-jackal-88836
06/20/2018, 4:51 PMimportant-jackal-88836
06/20/2018, 4:59 PMstocky-spoon-28903
06/20/2018, 5:01 PMimportant-jackal-88836
06/20/2018, 5:12 PMbrief-manchester-79554
06/20/2018, 5:15 PMstocky-spoon-28903
06/20/2018, 5:16 PMincalculable-sundown-82514
06/20/2018, 5:17 PMincalculable-sundown-82514
06/20/2018, 5:17 PMbrief-manchester-79554
06/20/2018, 5:17 PMpreview
which is kinda a pain. 2. I can't seem to figure out how to install the AWS plugin, meaning, pulumi plugin ls
shows no plugins.brief-manchester-79554
06/20/2018, 5:17 PMbrief-manchester-79554
06/20/2018, 5:18 PM-f ./make_me_stack
or whatevs.incalculable-sundown-82514
06/20/2018, 5:19 PMincalculable-sundown-82514
06/20/2018, 5:19 PMbrief-manchester-79554
06/20/2018, 5:19 PMstocky-spoon-28903
06/20/2018, 5:20 PM.
to the search path for the common case, but likely needs to be overridable too in case people are putting their executables in cmd/x/whatever
brief-manchester-79554
06/20/2018, 5:21 PMincalculable-sundown-82514
06/20/2018, 5:21 PMpulumi plugin install resource aws 0.14
should work for thatbrief-manchester-79554
06/20/2018, 5:22 PMbrief-manchester-79554
06/20/2018, 5:22 PMincalculable-sundown-82514
06/20/2018, 5:22 PMstocky-spoon-28903
06/20/2018, 5:36 PMstocky-spoon-28903
06/20/2018, 5:37 PMName
tag of a VPC in the AWS console, re-run my program, and then pulumi update
I would expect to see the drift get corrected back to the output of my program. refresh
looks like it might be the key but the workflow there is a little weird