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

Not getting intellisense for predefined common variables in task.json and launch.json. #4767

Closed
v-pavanp opened this issue Mar 29, 2016 · 5 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality tasks Task system issues
Milestone

Comments

@v-pavanp
Copy link

  • VSCode Version:0.10.12-alpha
  • OS Version: windows10

Steps to Reproduce:

  1. Launch app and open any folder which contains .ts project
  2. Add task.json file or select the node.js environment to generate launch.json.
  3. Try to update the property value with predefined common variables like ${file},${cwd}, ${workspaceRoot} etc. in task.json or launch.json .
  4. Verify intellisense should display for all the predefined common variables.

Actual: Intellisense is displaying only for ${workspaceRoot}.
image

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug languages-basic Basic language support issues labels Mar 31, 2016
@aeschli aeschli assigned isidorn and unassigned aeschli Apr 1, 2016
@isidorn
Copy link
Contributor

isidorn commented Apr 1, 2016

@v-pavanp how exactly do you get intelli-sense for ${workspaceRoot}? Can you give me steps? I do not get intelli-sense for any of those properties.
@aeschli is it possible for me to define these global variables which should always be offered in my schema?

@aeschli
Copy link
Contributor

aeschli commented Apr 1, 2016

@isidorn Not with the schema. But you could contribute your own completion provider.

@isidorn isidorn added feature-request Request for new features or functionality and removed bug Issue identified by VS Code Team member as probable bug labels Apr 1, 2016
@isidorn isidorn removed their assignment Apr 1, 2016
@egamma egamma removed the v-test label Aug 22, 2016
@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues tasks Task system issues and removed languages-basic Basic language support issues labels Nov 13, 2017
@isidorn isidorn added this to the Backlog milestone Nov 13, 2017
@isidorn
Copy link
Contributor

isidorn commented Nov 13, 2017

@weinand let me know if you would love this feature and I can move it to november to investigate

@weinand
Copy link
Contributor

weinand commented Nov 13, 2017

@isidorn yes, but only if it is low-hanging.

(I've only touched this because it had the wrong label).

@weinand
Copy link
Contributor

weinand commented Nov 13, 2017

duplicate of #8370

@weinand weinand closed this as completed Nov 13, 2017
@weinand weinand added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 13, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality tasks Task system issues
Projects
None yet
Development

No branches or pull requests

6 participants