vscode-titanium icon indicating copy to clipboard operation
vscode-titanium copied to clipboard

Titanium SDK development tools and UI package for Visual Studio Code.

Results 67 vscode-titanium issues
Sort by recently updated
recently updated
newest added

Im trying to build an app for play store and have a keystore that contains various aliases. If I set it in extension settings to use a specific alias it...

We use the same Android.keystore file for multiple apps. When doing a build I was prompted for the keystore and chose the keystore I had used a week before for...

enhancement

It would be nice to be able to jump in the right file on the right line when clicking into a Java exception in the build terminal window.

enhancement

- Issue Type: `Performance` - Extension Name: `vscode-titanium` - Extension Version: `0.7.0` - OS Version: `Darwin x64 19.3.0` - VSCode version: `1.41.1` :warning: Make sure to **attach** this file from...

### Describe the Bug An error is thrown when a breakpoint is hit on iOS ### Error ``` Error processing "breakpointLocations": 'Debugger.getPossibleBreakpoints' was not found: [object Object] ``` ### Steps...

bug

### Describe the Bug A customer updated to the latest VS code version (1.38.1) and is now unable to debug on iOS and Android after the update writing here to...

bug

### Describe the Bug Currently when we start the adapter that handles the WebKit -> CDP translation for us we just throw the error we received https://github.com/appcelerator/vscode-appcelerator-titanium/blob/d9c47ba782fd3bb6dfcf63fc00aa8852ccdc19c9/src/debugger/titaniumDebugAdapter.ts#L115-L121 This is pretty...

bug

When creating a new project the extension should create a `.vscode` directory with the following: * `settings.json` to tell vscode to ignore certain folders, such as `build/` (always), `Resources/` (alloy...

enhancement

I noticed that if the Alloy XML tag has many attributes inside XML, instead of inside tss, then when I hit "ctrl+space", the suggestion is just hanging in "Loading" state....

**Is your feature request related to a problem? Please describe.** When running the app on a device the order of the popups is wrong in my opinion. I am first...

enhancement