-
On this page, https://code.visualstudio.com/docs/extensionAPI/activation-events, specifically: activationEvents.onLanguage
How does one determine the string that is valid for onLanguage? For example,…
-
I've got a file in /app/providers/rss-service.js that uses import. I've got red lines under each instance of it with this message:
'import' is only available in ES6 (use esnext option)
I've added a …
-
**TOP 4 RISING AND TRENDING CLOUD PROVIDERS AND THEIR FULL INFORMATION WITH THEIR LINKS TO SEARCH ON-**
SO HERE 1st comes -
AMAZON WEB SERVICES
![icon-cloud-aws](https://user-images.githubuserconte…
-
Extensions should be able to create a new panel/document and open it in the editor, much like how markdown preview does.
-
I may be reading the docs wrong, but I thought the docs implied that if I used a function as my my third argument to render, I'd get an async call:
```
nunjucks.render("template.html", data…
-
## Environment details:
- Mac El Capitan 10.11.6
- iTerm2 3.0.7
- bash terminal
```
$ wsk property get
whisk API host openwhisk.ng.bluemix.net
whisk API version v1
whisk namespace csan…
-
Hi Everyone,
While conversion of IBM Mobilefirst Platform 7.0 hybrid source code to IBM MobileFirst Platform 8.0 source code using mfpmigrate assist tool, I am getting an error as follows:
C:\Mobi…
-
Discussion started here: http://markmail.org/message/yx3pvydgyxpssgas
At present, there are only an icon element and splashscreen element that handles copying images from a source to destination in t…
-
If I'm calling to AuthorizationManager.getInstance().getUserIdentity().getDisplayName() before logging in, I'm getting an exception. I expect it to return me an empty string
Process: com.ibm.mobilefi…
-
I am trying to call javascript adapter procedure using WLResourceRequest. But it is not getting called.
Client Code Snippet:
var url = "/adapters/AdapterNew/getFeed";
var resourceRequest = new …